Wiki source code of Tutorials

Version 154.1 by Kieran Kelleher on 2007/11/28 15:35

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