Changes for page WOLips Tutorials

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

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