Wiki source code of Tutorials

Version 133.1 by Chuck Hill on 2008/05/01 13:54

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