Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 1001 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1001 Bytes

Headless TestBench

This is an example project accompanying the blog post at http://vaadin.com/blog. It is based on the Addressbook Tutorial found at http://vaadin.com/tutorial

Running the example test

mvn verify

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.