Changes for page WOLips Tutorials

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

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