Wiki source code of Tutorials

Version 174.1 by Kieran Kelleher on 2007/09/10 09:49

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