Last modified by David Holt on 2022/06/25 01:40

From version 54.1
edited by Ray Kiddy
on 2022/06/25 01:40
Change comment: added question about missing archetypes
To version 57.3
edited by Paul Hoadley
on 2023/11/13 11:58
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -WOLips Tutorials
1 +documentation.Home.WOLips Tutorials.WebHome
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kiddyr
1 +XWiki.paulh
Content
... ... @@ -7,11 +7,11 @@
7 7  If you want to use Wonder in your applications (and why woundn't one) you must be correctly setup with:
8 8  
9 9  * eclipse + wolips > see tutorial about installation and operation.
10 -* Maven > see the Maven [[doc:WOL.Quick Start]] tutorial.
10 +* Maven > see the Maven [[doc:WOL.Home.WOProject-Maven.Quick Start.WebHome]] tutorial.
11 11  * plugins like [[m2eclipse>>url:http://m2eclipse.codehaus.org/||shape="rect"]] which supports Maven-eclipse integration.
12 12  * Wonder sources which then are built and installed in your local repository.
13 13  
14 -One reasonable way to get and maintain the Wonder sources is have a directory which holds all the sources (see here: [[Download Wonder Source>>url:http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build+and+Install||shape="rect"]]), then use Maven to install and build Wonder (see here: [[doc:WOL.Building the wonder source code with maven]]).
14 +One reasonable way to get and maintain the Wonder sources is have a directory which holds all the sources (see here: [[Download Wonder Source>>url:http://wiki.objectstyle.org/confluence/display/WONDER/Download+Wonder+Source%2C+Build+and+Install||shape="rect"]]), then use Maven to install and build Wonder (see here: [[doc:WOL.Home.WOProject-Maven.Building the wonder source code with maven.WebHome]]).
15 15  
16 16  Several things you should know, currently:
17 17  
... ... @@ -37,4 +37,4 @@
37 37  
38 38  The eclipse plugins now create your application!
39 39  
40 -You should create a WOApplication Run Configuration and add the projects build folder's Java to the classpath as detailed here: [[doc:Maven Running or Debugging as WO Application]], otherwise classes won't be found, etc.
40 +You should create a WOApplication Run Configuration and add the projects build folder's Java to the classpath as detailed here: [[doc:documentation.Maven Running or Debugging as WO Application]], otherwise classes won't be found, etc.