Wiki source code of Tutorials

Version 153.1 by Pascal Robert on 2007/12/09 06:29

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