Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 959 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 959 Bytes

Addressbook JEE6 Tutorial

This tutorial show how to integrate Vaadin 7 application with JEE6. The tutorial base on default addressbook tutorial

Running the example

mvn jetty:run

Importing in Eclipse

Make sure you have "Eclipse IDE for Java EE Developers" and Maven integration "m2e-wtp" installed. You will get Eclipse from http://eclipse.org/downloads/ and plugins through Help -> Eclipse Marketplace... menu

To checkout and run the project from Eclipse, do:

  • File -> Import...
  • Check out Maven Projects from CMS
  • Choose Git from SCM menu and set URL to git://github.com/jojule/SimpleAddressbook.git
  • Now you should have checked out the project
  • To run it, choose Run As -> Run on Server
  • Start experimenting

Note that if you are missing EGit plugin, "Maven SCM Handler for EGit" or a local server to run the address book on, you will be asked to install these while doing the above.