Wiki source code of Tutorials

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

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 ==== Updating Your Development Tools ====
15
16 * [[Updating Your WOLips Plugin]]
17
18 ==== Setting Up a Project ====
19
20 * [[Create a new WO Application]]
21 * [[Add a Jar Dependency]]
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]]
27 * [[Custom Project Templates]]
28 * [[About the Properties file]]
29
30 ==== Troubleshooting Build Problems ====
31
32 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
33 * [[java.lang.Object cannot be resolved]]
34 * [[Sticky WOD error markers will not go away]]
35
36 ==== Editing WOComponents ====
37
38 * [[Create a new WO Component]]
39 * [[Edit a WO Component]]
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]]
46 * [[Rename a WOComponent]]
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]]
59 * [[Best Eclipse Resources]]
60
61 ==== Running and Debugging ====
62
63 * [[Run or Debug a WO Application]]
64 * [[Debug Code in a Framework]]
65 * [[JProfiler]]
66
67 ==== Deployment ====
68
69 * [[Deploy a WO Application]]
70 * [[Split Install Deployment]]
71 * [[Change default application bundle names]]
72 * [[Embedding WOFrameworks]]
73 * [[Web Server Resources with Embedded Frameworks]]
74
75 ==== Misc ====
76
77 * [[Where is my Properties file]]
78 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
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]]