Wiki source code of Tutorials

Version 148.1 by David Holt on 2007/12/18 17:22

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 * [[Velocity EOGenerator]]
54 * [[Using Model Groups]]
55 * [[Creating a Many to Many Join]]
56
57 ==== Eclipse/WOLips Development Tips ====
58
59 * [[Keyboard Shortcuts]]
60 * [["File-hopping" Navigation in Eclipse]]
61 * [[Best Eclipse Resources]]
62
63 ==== Running and Debugging ====
64
65 * [[Run or Debug a WO Application]]
66 * [[Debug Code in a Framework]]
67 * [[JProfiler]]
68
69 ==== Deployment ====
70
71 * [[Deploy a WO Application]]
72 * [[Split Install Deployment]]
73 * [[Change default application bundle names]]
74 * [[Embedding WOFrameworks]]
75 * [[Web Server Resources with Embedded Frameworks]]
76 * [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
77
78 ==== Misc ====
79
80 * [[Where is my Properties file]]
81 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
82
83 ==== Beginner's Guides ====
84
85 * [[Access the WOLips User Guide]]
86 * [[Building a WO application with Entity Modeler]]
87 * [[Beginner's Questions]]
88 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
89 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]