Wiki source code of Tutorials

Version 163.1 by Mike Schrag on 2007/10/03 15:32

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