Wiki source code of Tutorials

Version 165.1 by Kieran Kelleher on 2007/10/10 14:45

Hide last authors
Kieran Kelleher 126.1 1 ==== Installation ====
2
3 * [[Scratch Setup of WebObjects Development on a Mac]]
Lachlan Deck 104.1 4 * [[Install WOLips with Eclipse Update Manager]]
Kieran Kelleher 126.1 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
14 ==== Setting Up a Project ====
15
Lachlan Deck 104.1 16 * [[Create a new WO Application]]
Pascal Robert 128.1 17 * [[Add a Jar Dependency]]
Kieran Kelleher 126.1 18 * [[Add a Framework Dependency]]
19 * [[Create a WebObjects Framework]]
20 * [[Working with the Jars in WebObjects Extensions]]
21 * [[Project Wonder woa with Linked Source]]
22 * [[Setting up a new ERD2W Application]]
Pascal Robert 128.1 23 * [[Custom Project Templates]]
Kieran Kelleher 164.1 24 * [[About the Properties file]]
Kieran Kelleher 126.1 25
26 ==== Troubleshooting Build Problems ====
27
28 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
29 * [[java.lang.Object cannot be resolved]]
Kieran Kelleher 164.1 30 * [[Sticky WOD error markers will not go away]]
Kieran Kelleher 126.1 31
32 ==== Editing WOComponents ====
33
34 * [[Create a new WO Component]]
Lachlan Deck 104.1 35 * [[Edit a WO Component]]
Kieran Kelleher 126.1 36 * [[Using WOBuilder with WOLips]]
37 * [[Content Assist for WOD Files]]
38 * [[Modern Binding Styles]]
39 * [[WOOGNL Helper Functions]]
40 * [[Refactor - Rename Binding Feature]]
41 * [[Refactor - Format HTML Feature]]
Pascal Robert 128.1 42 * [[Rename a WOComponent]]
Kieran Kelleher 126.1 43
44 ==== Editing EOModels ====
45
46 * [[Using Entity Modeler]]
47 * [[Generating EO Java Classes]]
48 * [[Using Model Groups]]
49 * [[Creating a Many to Many Join]]
50
51 ==== Eclipse/WOLips Development Tips ====
52
53 * [[Keyboard Shortcuts]]
54 * [["File-hopping" Navigation in Eclipse]]
55
56 ==== Running and Debugging ====
57
Lachlan Deck 104.1 58 * [[Run or Debug a WO Application]]
Kieran Kelleher 126.1 59 * [[Debug Code in a Framework]]
60 * [[JProfiler]]
61
62 ==== Deployment ====
63
Lachlan Deck 104.1 64 * [[Deploy a WO Application]]
Pascal Robert 128.1 65 * [[Split Install Deployment]]
66 * [[Change default application bundle names]]
Kieran Kelleher 126.1 67 * [[Embedding WOFrameworks]]
68 * [[Web Server Resources with Embedded Frameworks]]
69
70 ==== Misc ====
71
Lachlan Deck 104.1 72 * [[Where is my Properties file]]
David Avendasora 97.1 73 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
Kieran Kelleher 126.1 74
75 ==== Beginner's Guides ====
76
77 * [[Building a WO application with Entity Modeler]]
78 * [[Beginner's Questions]]
79 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
80 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]