Wiki source code of Tutorials

Version 218.1 by Lachlan Deck on 2008/06/11 19:23

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