Changes for page WOLips Tutorials

Last modified by Pascal Robert on 2013/09/22 14:38

From version 89.1
edited by Lachlan Scott
on 2007/07/05 16:06
Change comment: There is no comment for this version
To version 96.1
edited by Pascal Robert
on 2012/07/19 22:32
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Tutorials
1 +WOLips Tutorials
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.lachlan_scott
1 +XWiki.probert
Content
... ... @@ -1,58 +1,92 @@
1 1  ==== Installation ====
2 2  
3 -* [[Install WOLips with Eclipse Update Manager]]
4 -* [[Troubleshooting Problems Building and Running]]
5 -* [[Moving to Eclipse from XCode in a Subversion Repository]]
6 -* [[Installing WebObjects-WOLips on a PC]]
3 +* [[doc:documentation.Project Wonder Installation]] on Mac OS X
4 +* [[Setup of WOLips for developing with multiple versions of WebObjects>>doc:WOL.Using WOLips With Multiple Versions of WebObjects]]
5 +* [[doc:Project Wonder Installation on Windows]]
6 +* [[doc:documentation.Useful Eclipse Plugins]]
7 +* [[doc:documentation.Useful Eclipse or WOLips Preferences]]
7 7  
9 +==== Migrating from Xcode ====
10 +
11 +* [[doc:WOL.Upgrading to WOLips from Xcode or Project Builder]]
12 +* [[doc:documentation.Import an Xcode project into WOLips]]
13 +* [[Using the XcodeMigration tool>>doc:WOL.XcodeMigration]]
14 +
8 8  ==== Setting Up a Project ====
9 9  
10 -* [[Create a new WO Application]]
11 -* [[Add a Framework Dependency]]
12 -* [[Import an Xcode project into WOLips]]
13 -* [[Create a WebObjects Framework]]
14 -* [[Working with the Jars in WebObjects Extensions]]
15 -* [[Project Wonder woa with Linked Source]]
16 -* [[Setting up a new ERD2W Application]]
17 +* [[doc:WOL.Create a new WO Application]]
18 +* [[doc:documentation.Setting the default text encoding for Eclipse]]
19 +* [[doc:documentation.Add a Jar Dependency]]
20 +* [[doc:documentation.Add a Framework Dependency]]
21 +* [[doc:WOL.Create a WebObjects Framework]]
22 +* [[doc:Working with the Jars in WebObjects Extensions]]
23 +* [[doc:documentation.Custom Project Templates]]
24 +* [[doc:About the Properties file]]
17 17  
18 -==== Editing WOComponents ====
26 +==== Troubleshooting Build Problems ====
19 19  
20 -* [[Create a new WO Component]]
21 -* [[Edit a WO Component]]
22 -* [[Using WOBuilder with WOLips]]
23 -* [[Content Assist for WOD Files]]
28 +* [[General Problems Building and Running>>doc:Troubleshooting Problems Building and Running]]
29 +* [[doc:Sticky WOD error markers will not go away]]
24 24  
25 -* [[Modern Binding Styles]]
26 -* [[WOOGNL Helper Functions]]
31 +==== Editing WOComponents ====
27 27  
33 +* [[doc:WOL.Create a new WO Component]]
34 +* [[doc:WOL.Edit a WO Component]]
35 +* [[doc:WOL.Using WOBuilder with WOLips]]
36 +* [[doc:Content Assist for WOD Files]]
37 +* [[doc:Modern Binding Styles]]
38 +* [[doc:WOOGNL Helper Functions]]
39 +* [[Refactor - Rename Binding Feature>>doc:documentation.Refactor - Rename Binding Feature]]
40 +* [[Refactor - Format HTML Feature>>doc:documentation.Refactor - Format HTML Feature]]
41 +* [[doc:documentation.Rename a WOComponent]]
42 +* [[doc:documentation.Click to Open]]
43 +
28 28  ==== Editing EOModels ====
29 29  
30 -* [[Using Entity Modeler]]
31 -* [[Generating EO Java Classes]]
32 -* [[Using Model Groups]]
33 -* [[Creating a Many to Many Join]]
46 +* [[doc:Entity Modeler]]
47 +* [[doc:WOL.Generating Custom EO Java Classes]]
48 +* [[doc:WOL.EOGenerator]]
49 +* [[doc:Using Model Groups]]
50 +* [[doc:WOL.Creating a Many to Many Join]]
51 +* [[doc:Using EntityModeler\.app]]
34 34  
35 35  ==== Eclipse/WOLips Development Tips ====
36 36  
37 -* [[Keyboard Shortcuts]]
55 +* [[doc:documentation.Keyboard Shortcuts]]
56 +* [["File-hopping" Navigation in Eclipse>>doc:documentation."File-hopping" Navigation in Eclipse]]
57 +* [[doc:Best Eclipse Resources]]
38 38  
39 39  ==== Running and Debugging ====
40 40  
41 -* [[Run or Debug a WO Application]]
42 -* [[Debug Code in a Framework]]
43 -* [[JProfiler]]
61 +* [[doc:WOL.Debug Code in a Framework]]
62 +* [[doc:Click to Debug]]
63 +* [[doc:Using the debugger]]
44 44  
45 45  ==== Deployment ====
46 46  
47 -* [[Deploy a WO Application]]
48 -* [[Embedding WOFrameworks]]
49 -* [[Web Server Resources with Embedded Frameworks]]
67 +* [[doc:WOL.Deploy a WO Application]]
68 +* [[doc:WOL.Split Install Deployment]]
69 +* [[doc:documentation.Change default application bundle names]]
70 +* [[doc:WOL.Embedding WOFrameworks]]
71 +* [[doc:WOL.Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
72 +* [[doc:documentation.Remote deployment with Ant and ssh]]
50 50  
74 +==== Maven (Alternative build environment) ====
75 +
76 +* [[doc:Maven Hello WOrld]]
77 +* [[doc:Maven Create WO Application Project]]
78 +* [[doc:Maven Running or Debugging as WO Application]]
79 +* [[doc:Maven Kicking the tyres without changing your project structure]]
80 +* [[doc:documentation.Maven Creating Wonder Applications]]
81 +* [[doc:documentation.Maven Creating Wonder Frameworks]]
82 +
51 51  ==== Misc ====
52 52  
53 -* [[Where is my Properties file]]
54 -* [[Pesky 'Serializable class without serialVersionUID' Warnings]]
85 +* [[doc:documentation.Pesky 'Serializable class without serialVersionUID' Warnings]]
86 +* [[doc:Pesky WOComponent Errors]]
55 55  
56 56  ==== Beginner's Guides ====
57 57  
58 -* [[Building a WO application with Entity Modeler]]
90 +* [[doc:documentation.Beginner's Questions]]
91 +* [[JDBC and Entity Modeler, issues and configuration>>doc:documentation.JDBC and Entity Modeler]]
92 +* [[How do I add a static image to a component's page?>>doc:documentation.How to add an image to a Component]]