Changes for page Maven Creating Wonder Applications
Last modified by David Holt on 2022/06/25 01:40
From version 29.1
edited by Greg.Brown
on 2009/02/19 11:01
on 2009/02/19 11:01
Change comment:
There is no comment for this version
To version 27.1
edited by Greg.Brown
on 2009/02/20 07:26
on 2009/02/20 07:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,12 +21,18 @@ 21 21 22 22 With all the tools ready, it's time to make a Wonder application. 23 23 24 -1. Make a new project File > New > Other project, choose a Maven project: [[image:wolimmave2.gif]] 25 -1. Hit Next 26 -1. Hit Next again 27 -1. Select an archtype, use the local catalog, select the woapplication-archtype, hit Next:!wolimmaven.gif! 28 -1. Fill in appropriate parameters for the woapplication-archtype to set up your new application, hit Finish! 24 +~1. Make a new project File > New > Other project, choose a Maven project: [[image:wolimmave2.gif]] 29 29 26 +2. Hit Next 27 + 28 +3. Hit Next again [[image:wolimmavena.gif]] 29 + 30 +4. Select an archtype, use the local catalog, select the woapplication-archtype, hit Next:!wolimmavenb.gif! 31 + 32 +5. Fill in appropriate parameters for the woapplication-archtype to set up your new application, hit Finish! 33 + 34 +[[image:wolimmaven.gif]] 35 + 30 30 The eclipse plugins now create your application! 31 31 32 32 You should create a WOApplication Run Configuration and add the projects build folder's Java to the classpath as detailed here: [[Maven Running or Debugging as WO Application]], otherwise classes won't be found, etc.