Wiki source code of Tutorials

Version 204.1 by Greg.Brown on 2009/02/18 12:23

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