Changes for page WOLips Tutorials

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

From version 203.1
edited by Kieran Kelleher
on 2007/07/06 08:06
Change comment: There is no comment for this version
To version 204.1
edited by Greg.Brown
on 2009/02/18 12:23
Change comment: There is no comment for this version

Summary

Details

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