Wiki source code of Tutorials

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

Show last authors
1 ==== Installation ====
2
3 * [[Scratch Setup of WebObjects Development on a Mac]]
4 * [[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
14 ==== Setting Up a Project ====
15
16 * [[Create a new WO Application]]
17 * [[Add a Jar Dependency]]
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]]
23 * [[Custom Project Templates]]
24 * [[About the Properties file]]
25
26 ==== Troubleshooting Build Problems ====
27
28 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
29 * [[java.lang.Object cannot be resolved]]
30 * [[Sticky WOD error markers will not go away]]
31
32 ==== Editing WOComponents ====
33
34 * [[Create a new WO Component]]
35 * [[Edit a WO Component]]
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]]
42 * [[Rename a WOComponent]]
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
58 * [[Run or Debug a WO Application]]
59 * [[Debug Code in a Framework]]
60 * [[JProfiler]]
61
62 ==== Deployment ====
63
64 * [[Deploy a WO Application]]
65 * [[Split Install Deployment]]
66 * [[Change default application bundle names]]
67 * [[Embedding WOFrameworks]]
68 * [[Web Server Resources with Embedded Frameworks]]
69
70 ==== Misc ====
71
72 * [[Where is my Properties file]]
73 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
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]]