Wiki source code of Tutorials

Version 229.1 by chuckhill on 2007/07/23 18:31

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 * [[Installing WebObjects-WOLips on a PC]]
7 * [[Useful Eclipse Plugins]]
8
9 ==== Migrating from Xcode ====
10
11 * [[Migrating from XCode to WOLips]]
12 * [[Moving to Eclipse from XCode in a Subversion Repository]]
13 * [[Import an Xcode project into WOLips]]
14
15 ==== Setting Up a Project ====
16
17 * [[Create a new WO Application]]
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
24 ==== Editing WOComponents ====
25
26 * [[Create a new WO Component]]
27 * [[Edit a WO Component]]
28 * [[Using WOBuilder with WOLips]]
29 * [[Content Assist for WOD Files]]
30 * [[Modern Binding Styles]]
31 * [[WOOGNL Helper Functions]]
32 * [[Refactor - Rename Binding Feature]]
33 * [[Refactor - Format HTML Feature]]
34 * [[Refactor - Clean WOBuilder Names Feature]]
35 * [[Refactor - Convert Inline to WOD Feature]]
36
37 ==== Editing EOModels ====
38
39 * [[Using Entity Modeler]]
40 * [[Generating EO Java Classes]]
41 * [[Using Model Groups]]
42 * [[Creating a Many to Many Join]]
43
44 ==== Eclipse/WOLips Development Tips ====
45
46 * [[Keyboard Shortcuts]]
47 * [["File-hopping" Navigation in Eclipse]]
48
49 ==== Running and Debugging ====
50
51 * [[Run or Debug a WO Application]]
52 * [[Debug Code in a Framework]]
53 * [[JProfiler]]
54
55 ==== Deployment ====
56
57 * [[Deploy a WO Application]]
58 * [[Embedding WOFrameworks]]
59 * [[Web Server Resources with Embedded Frameworks]]
60
61 ==== Misc ====
62
63 * [[Where is my Properties file]]
64 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
65
66 ==== Beginner's Guides ====
67
68 * [[Building a WO application with Entity Modeler]]
69 * [[Beginner's Questions]]
70 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
71 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]