Changes for page WOLips Tutorials

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

From version 125.1
edited by chuckhill
on 2006/11/01 19:52
Change comment: There is no comment for this version
To version 134.1
edited by Ray Kiddy
on 2008/05/01 21:35
Change comment: just a blank for the page right now...

Summary

Details

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