Wiki source code of Tutorials

Version 226.1 by Kieran Kelleher on 2007/07/18 10:24

Show last authors
1 ==== Installation ====
2
3 * [[Scratch Setup of WebObjects Development on a Mac]]
4 * [[Install WOLips with Eclipse Update Manager]]
5 * [[Troubleshooting Problems Building and Running]]
6 * [[Moving to Eclipse from XCode in a Subversion Repository]]
7 * [[Installing WebObjects-WOLips on a PC]]
8 * [[Useful Eclipse Plugins]]
9
10 ==== Setting Up a Project ====
11
12 * [[Create a new WO Application]]
13 * [[Add a Framework Dependency]]
14 * [[Import an Xcode project into WOLips]]
15 * [[Create a WebObjects Framework]]
16 * [[Working with the Jars in WebObjects Extensions]]
17 * [[Project Wonder woa with Linked Source]]
18 * [[Setting up a new ERD2W Application]]
19
20 ==== Editing WOComponents ====
21
22 * [[Create a new WO Component]]
23 * [[Edit a WO Component]]
24 * [[Using WOBuilder with WOLips]]
25 * [[Content Assist for WOD Files]]
26 * [[Modern Binding Styles]]
27 * [[WOOGNL Helper Functions]]
28 * [[Refactor - Rename Binding Feature]]
29 * [[Refactor - Format HTML Feature]]
30 * [[Refactor - Clean WOBuilder Names Feature]]
31 * [[Refactor - Convert Inline to WOD Feature]]
32
33 ==== Editing EOModels ====
34
35 * [[Using Entity Modeler]]
36 * [[Generating EO Java Classes]]
37 * [[Using Model Groups]]
38 * [[Creating a Many to Many Join]]
39
40 ==== Eclipse/WOLips Development Tips ====
41
42 * [[Keyboard Shortcuts]]
43 * [["File-hopping" Navigation in Eclipse]]
44
45 ==== Running and Debugging ====
46
47 * [[Run or Debug a WO Application]]
48 * [[Debug Code in a Framework]]
49 * [[JProfiler]]
50
51 ==== Deployment ====
52
53 * [[Deploy a WO Application]]
54 * [[Embedding WOFrameworks]]
55 * [[Web Server Resources with Embedded Frameworks]]
56
57 ==== Misc ====
58
59 * [[Where is my Properties file]]
60 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
61
62 ==== Beginner's Guides ====
63
64 * [[Building a WO application with Entity Modeler]]
65 * [[Beginner's Questions]]
66 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
67 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]