Wiki source code of Tutorials

Version 209.1 by Ray Kiddy on 2009/12/08 11:43

Hide last authors
Kieran Kelleher 126.1 1 ==== Installation ====
2
Greg.Brown 204.1 3 * [[Scratch Setup of WebObjects Development on a Mac]]
Lachlan Deck 104.1 4 * [[Install WOLips with Eclipse Update Manager]]
Ray Kiddy 208.1 5 * [[Setup of WOLips for developing with multiple versions of WebObjects>>Using WOLips With Multiple Versions of WebObjects]]
Greg.Brown 204.1 6 * [[Installing WebObjects-WOLips on Windows]]
7 * [[Useful Eclipse Plugins]]
8 * [[Apple Maven Nightly Builds]]
Ray Kiddy 208.1 9 * [[Useful EclipseWOLips Preferences]]
Greg.Brown 204.1 10
11 ==== Migrating from Xcode ====
12
13 * [[Migrating from XCode to WOLips]]
Kieran Kelleher 180.1 14 * [[Moving to Eclipse from XCode in a Subversion Repository]]
Greg.Brown 204.1 15 * [[Import an Xcode project into WOLips]]
16 * [[Using the XcodeMigration tool>>XcodeMigration]]
Kieran Kelleher 126.1 17
Greg.Brown 204.1 18 ==== Updating Your Development Tools ====
19
20 * [[Updating Your WOLips Plugin]]
21 * [[Upgrade Issues for Mac OS X 10.4 Tiger to Mac OS X 10.5 Leopard]]
22
Kieran Kelleher 126.1 23 ==== Setting Up a Project ====
24
Lachlan Deck 104.1 25 * [[Create a new WO Application]]
Greg.Brown 204.1 26 * [[Setting the default text encoding for Eclipse]]
27 * [[Add a Jar Dependency]]
Kieran Kelleher 126.1 28 * [[Add a Framework Dependency]]
29 * [[Create a WebObjects Framework]]
30 * [[Working with the Jars in WebObjects Extensions]]
31 * [[Project Wonder woa with Linked Source]]
32 * [[Setting up a new ERD2W Application]]
Greg.Brown 204.1 33 * [[Custom Project Templates]]
34 * [[About the Properties file]]
Kieran Kelleher 126.1 35
Greg.Brown 204.1 36 ==== Troubleshooting Build Problems ====
37
38 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
39 * [[java.lang.Object cannot be resolved]]
40 * [[Sticky WOD error markers will not go away]]
41 * [[Problems Building after JDK 1.6 Install]]
42 * [[Build problems with P4WSAD>>WOLips and P4WSAD]]
43
Kieran Kelleher 126.1 44 ==== Editing WOComponents ====
45
46 * [[Create a new WO Component]]
Lachlan Deck 104.1 47 * [[Edit a WO Component]]
Kieran Kelleher 126.1 48 * [[Using WOBuilder with WOLips]]
49 * [[Content Assist for WOD Files]]
50 * [[Modern Binding Styles]]
51 * [[WOOGNL Helper Functions]]
Kieran Kelleher 202.1 52 * [[Refactor - Rename Binding Feature]]
53 * [[Refactor - Format HTML Feature]]
Greg.Brown 204.1 54 * [[Rename a WOComponent]]
55 * [[Click to Open]]
56 * [[Use Cases and Tutorials for Specific WOComponents]]
Kieran Kelleher 126.1 57
58 ==== Editing EOModels ====
59
60 * [[Using Entity Modeler]]
61 * [[Generating EO Java Classes]]
Greg.Brown 204.1 62 * [[Velocity EOGenerator (Veogen)]]
Kieran Kelleher 126.1 63 * [[Using Model Groups]]
64 * [[Creating a Many to Many Join]]
Ray Kiddy 208.1 65 * [[Using EntityModeler.app]]
Kieran Kelleher 126.1 66
Lachlan Scott 188.1 67 ==== Eclipse/WOLips Development Tips ====
68
69 * [[Keyboard Shortcuts]]
Greg.Brown 204.1 70 * [["File-hopping" Navigation in Eclipse]]
71 * [[Best Eclipse Resources]]
Lachlan Scott 188.1 72
Kieran Kelleher 126.1 73 ==== Running and Debugging ====
74
Lachlan Deck 104.1 75 * [[Run or Debug a WO Application]]
Kieran Kelleher 126.1 76 * [[Debug Code in a Framework]]
77 * [[JProfiler]]
Greg.Brown 204.1 78 * [[Click to Debug]]
79 * [[Using the debugger]]
Kieran Kelleher 126.1 80
81 ==== Deployment ====
82
Lachlan Deck 104.1 83 * [[Deploy a WO Application]]
Greg.Brown 204.1 84 * [[Split Install Deployment]]
85 * [[Change default application bundle names]]
Kieran Kelleher 126.1 86 * [[Embedding WOFrameworks]]
87 * [[Web Server Resources with Embedded Frameworks]]
Greg.Brown 204.1 88 * [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
89 * [[Remote deployment with Ant and ssh]]
Kieran Kelleher 126.1 90
Greg.Brown 204.1 91 ==== Maven (Alternative build environment) ====
92
93 * [[Maven Hello WOrld]]
94 * [[Maven General Principles]]
95 * [[Maven Create WO Application Project]]
96 * [[Maven Create WO Framework Project]]
97 * [[Maven resources filtering]]
98 * [[Maven Adding a Jar Dependency]]
99 * [[Maven plugins]]
100 * [[Maven versioning]]
101 * [[Maven Running or Debugging as WO Application]]
102 * [[Maven development workflow tips]]
103 * [[Maven deployment workflow tips]]
104 * [[Maven Kicking the tyres without changing your project structure]]
Ray Kiddy 208.1 105 * [[Maven Creating Wonder Applications]]
106 * [[Maven Creating Wonder Frameworks]]
Greg.Brown 204.1 107
Kieran Kelleher 126.1 108 ==== Misc ====
109
Lachlan Deck 104.1 110 * [[Where is my Properties file]]
David Avendasora 97.1 111 * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
Greg.Brown 204.1 112 * [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]]
113 * [[Pesky WOComponent Errors]]
Kieran Kelleher 198.1 114
115 ==== Beginner's Guides ====
116
Greg.Brown 204.1 117 * [[Access the WOLips User Guide]]
Kieran Kelleher 198.1 118 * [[Building a WO application with Entity Modeler]]
119 * [[Beginner's Questions]]
Greg.Brown 204.1 120 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
121 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]