Wiki source code of Tutorials

Version 153.1 by Pascal Robert on 2007/12/09 06:29

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