Changes for page WOLips Tutorials

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

From version 103.1
edited by Pascal Robert
on 2012/07/19 22:32
Change comment: There is no comment for this version
To version 106.1
edited by Ray Kiddy
on 2008/12/30 17:37
Change comment: adding page specific to upgrade issues

Summary

Details

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