Changes for page WOLips Tutorials

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

From version 271.1
edited by David Avendasora
on 2011/05/25 13:12
Change comment: There is no comment for this version
To version 276.1
edited by Pascal Robert
on 2013/09/22 14:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Tutorials
1 +WOLips Tutorials
Parent
... ... @@ -1,0 +1,1 @@
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.avendasora
1 +XWiki.probert
Content
... ... @@ -1,121 +1,92 @@
1 1  ==== Installation ====
2 2  
3 -* [[WO:Scratch Setup of WebObjects Development on a Mac]]
4 -* [[Install WOLips with Eclipse Update Manager]]
5 -* [[Setup of WOLips for developing with multiple versions of WebObjects>>Using WOLips With Multiple Versions of WebObjects]]
6 -* [[WO:Installing WebObjects-WOLips on Windows]]
7 -* [[Useful Eclipse Plugins]]
8 -* [[Apple Maven Nightly Builds]]
9 -* [[Useful Eclipse or WOLips Preferences]]
3 +* [[doc:WEB.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:WEB.Project Wonder Installation on Windows]]
6 +* [[doc:Useful Eclipse Plugins]]
7 +* [[doc:Useful Eclipse or WOLips Preferences]]
10 10  
11 11  ==== Migrating from Xcode ====
12 12  
13 -* [[Upgrading to WOLips from Xcode or Project Builder]]
14 -* [[Moving to Eclipse from XCode in a Subversion Repository]]
15 -* [[Import an Xcode project into WOLips]]
16 -* [[Using the XcodeMigration tool>>XcodeMigration]]
11 +* [[doc:WOL.Upgrading to WOLips from Xcode or Project Builder]]
12 +* [[doc:Import an Xcode project into WOLips]]
13 +* [[Using the XcodeMigration tool>>doc:WOL.XcodeMigration]]
17 17  
18 -==== Updating Your Development Tools ====
19 -
20 -* [[Updating Your WOLips Plugin]]
21 -* [[Upgrade Issues for Mac OS X 10.4 Tiger to Mac OS X 10.5 Leopard]]
22 -
23 23  ==== Setting Up a Project ====
24 24  
25 -* [[Create a new WO Application]]
26 -* [[Setting the default text encoding for Eclipse]]
27 -* [[Add a Jar Dependency]]
28 -* [[Add a Framework Dependency]]
29 -* [[Create a WebObjects Framework]]
30 -* [[Working with the Jars in WebObjects Extensions]]
31 -* [[Project Wonder woa with Linked Source]]
32 -* [[Setting up a new ERD2W Application]]
33 -* [[Custom Project Templates]]
34 -* [[About the Properties file]]
17 +* [[doc:WOL.Create a new WO Application]]
18 +* [[doc:Setting the default text encoding for Eclipse]]
19 +* [[doc:Add a Jar Dependency]]
20 +* [[doc:Add a Framework Dependency]]
21 +* [[doc:WOL.Create a WebObjects Framework]]
22 +* [[doc:Working with the Jars in WebObjects Extensions]]
23 +* [[doc:Custom Project Templates]]
24 +* [[doc:About the Properties file]]
35 35  
36 36  ==== Troubleshooting Build Problems ====
37 37  
38 -* [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
39 -* [[java.lang.Object cannot be resolved]]
40 -* [[Sticky WOD error markers will not go away]]
41 -* [[Problems Building after JDK 1.6 Install]]
42 -* [[Build problems with P4WSAD>>WOLips and P4WSAD]]
28 +* [[General Problems Building and Running>>doc:Troubleshooting Problems Building and Running]]
29 +* [[doc:Sticky WOD error markers will not go away]]
43 43  
44 44  ==== Editing WOComponents ====
45 45  
46 -* [[Create a new WO Component]]
47 -* [[Edit a WO Component]]
48 -* [[Using WOBuilder with WOLips]]
49 -* [[Content Assist for WOD Files]]
50 -* [[Modern Binding Styles]]
51 -* [[WOOGNL Helper Functions]]
52 -* [[Refactor - Rename Binding Feature]]
53 -* [[Refactor - Format HTML Feature]]
54 -* [[Rename a WOComponent]]
55 -* [[Click to Open]]
56 -* [[Use Cases and Tutorials for Specific WOComponents]]
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 +* [[doc:Refactor - Rename Binding Feature]]
40 +* [[doc:Refactor - Format HTML Feature]]
41 +* [[doc:Rename a WOComponent]]
42 +* [[doc:Click to Open]]
57 57  
58 58  ==== Editing EOModels ====
59 59  
60 -* [[Entity Modeler]]
61 -* [[Generating Custom EO Java Classes]]
62 -* [[EOGenerator]]
63 -* [[Using Model Groups]]
64 -* [[Creating a Many to Many Join]]
65 -* [[Using EntityModeler.app]]
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]]
66 66  
67 67  ==== Eclipse/WOLips Development Tips ====
68 68  
69 -* [[Keyboard Shortcuts]]
70 -* [["File-hopping" Navigation in Eclipse]]
71 -* [[Best Eclipse Resources]]
55 +* [[doc:Keyboard Shortcuts]]
56 +* [["File-hopping" Navigation in Eclipse>>doc:"File-hopping" Navigation in Eclipse]]
57 +* [[doc:Best Eclipse Resources]]
72 72  
73 73  ==== Running and Debugging ====
74 74  
75 -* [[Run or Debug a WO Application]]
76 -* [[Debug Code in a Framework]]
77 -* [[JProfiler]]
78 -* [[Click to Debug]]
79 -* [[Using the debugger]]
61 +* [[doc:WOL.Debug Code in a Framework]]
62 +* [[doc:Click to Debug]]
63 +* [[doc:Using the debugger]]
80 80  
81 81  ==== Deployment ====
82 82  
83 -* [[Deploy a WO Application]]
84 -* [[Split Install Deployment]]
85 -* [[Change default application bundle names]]
86 -* [[Embedding WOFrameworks]]
87 -* [[Web Server Resources with Embedded Frameworks]]
88 -* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
89 -* [[Remote deployment with Ant and ssh]]
67 +* [[doc:WOL.Deploy a WO Application]]
68 +* [[doc:WOL.Split Install Deployment]]
69 +* [[doc: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:Remote deployment with Ant and ssh]]
90 90  
91 91  ==== Maven (Alternative build environment) ====
92 92  
93 -* [[Maven Hello WOrld]]
94 -* [[Maven General Principles]]
95 -* [[Maven Create WO Application Project]]
96 -* [[Maven Create WO Framework Project]]
97 -* [[Maven resources filtering]]
98 -* [[Maven Adding a Jar Dependency]]
99 -* [[Maven plugins]]
100 -* [[Maven versioning]]
101 -* [[Maven Running or Debugging as WO Application]]
102 -* [[Maven development workflow tips]]
103 -* [[Maven deployment workflow tips]]
104 -* [[Maven Kicking the tyres without changing your project structure]]
105 -* [[Maven Creating Wonder Applications]]
106 -* [[Maven Creating Wonder Frameworks]]
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:Maven Creating Wonder Applications]]
81 +* [[doc:Maven Creating Wonder Frameworks]]
107 107  
108 108  ==== Misc ====
109 109  
110 -* [[Where is my Properties file]]
111 -* [[Pesky 'Serializable class without serialVersionUID' Warnings]]
112 -* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]]
113 -* [[Pesky WOComponent Errors]]
85 +* [[Pesky 'Serializable class without serialVersionUID' Warnings>>doc:Pesky 'Serializable class without serialVersionUID' Warnings]]
86 +* [[doc:Pesky WOComponent Errors]]
114 114  
115 115  ==== Beginner's Guides ====
116 116  
117 -* [[Access the WOLips User Guide]]
118 -* [[Building a WO application with Entity Modeler]]
119 -* [[Beginner's Questions]]
120 -* [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
121 -* [[How do I add a static image to a component's page?>>How to add an image to a Component]]
90 +* [[Beginner's Questions>>doc:Beginner's Questions]]
91 +* [[JDBC and Entity Modeler, issues and configuration>>doc:JDBC and Entity Modeler]]
92 +* [[How do I add a static image to a component's page?>>doc:How to add an image to a Component]]