Vaadin One Minute Tip, Part 2: Import, edit and run your Vaadin project in Eclipse.

preview_player
Показать описание
Take the Vaadin project you created in part 1, or any other maven based project, and bring it over to Eclipse. Import it, change some code and start Jetty from within Eclipse.

Steps to follow:
1: Right click the Project Explorer panel
2: Import - Import from menu
3: Maven - Existing Maven Project
4: Point at the root folder of your Maven project
5: Finish the wizard
6: Open up the MyUI java file
7: Make an edit to the application
8: Right click project in project explorer
9: Run As - Maven build...
10: In the goal field, type 'jetty:run'
11: Click Run
Рекомендации по теме