Wiki source code of Tutorials
Version 126.1 by Kieran Kelleher on 2007/07/27 08:44
Show last authors
author | version | line-number | content |
---|---|---|---|
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 | |||
14 | ==== Setting Up a Project ==== | ||
15 | |||
16 | * [[Create a new WO Application]] | ||
17 | * [[Add a Framework Dependency]] | ||
18 | * [[Create a WebObjects Framework]] | ||
19 | * [[Working with the Jars in WebObjects Extensions]] | ||
20 | * [[Project Wonder woa with Linked Source]] | ||
21 | * [[Setting up a new ERD2W Application]] | ||
22 | |||
23 | ==== Troubleshooting Build Problems ==== | ||
24 | |||
25 | * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] | ||
26 | * [[java.lang.Object cannot be resolved]] | ||
27 | |||
28 | ==== Editing WOComponents ==== | ||
29 | |||
30 | * [[Create a new WO Component]] | ||
31 | * [[Edit a WO Component]] | ||
32 | * [[Using WOBuilder with WOLips]] | ||
33 | * [[Content Assist for WOD Files]] | ||
34 | * [[Modern Binding Styles]] | ||
35 | * [[WOOGNL Helper Functions]] | ||
36 | * [[Refactor - Rename Binding Feature]] | ||
37 | * [[Refactor - Format HTML Feature]] | ||
38 | * [[Refactor - Clean WOBuilder Names Feature]] | ||
39 | * [[Refactor - Convert Inline to WOD Feature]] | ||
40 | |||
41 | ==== Editing EOModels ==== | ||
42 | |||
43 | * [[Using Entity Modeler]] | ||
44 | * [[Generating EO Java Classes]] | ||
45 | * [[Using Model Groups]] | ||
46 | * [[Creating a Many to Many Join]] | ||
47 | |||
48 | ==== Eclipse/WOLips Development Tips ==== | ||
49 | |||
50 | * [[Keyboard Shortcuts]] | ||
51 | * [["File-hopping" Navigation in Eclipse]] | ||
52 | |||
53 | ==== Running and Debugging ==== | ||
54 | |||
55 | * [[Run or Debug a WO Application]] | ||
56 | * [[Debug Code in a Framework]] | ||
57 | * [[JProfiler]] | ||
58 | |||
59 | ==== Deployment ==== | ||
60 | |||
61 | * [[Deploy a WO Application]] | ||
62 | * [[Embedding WOFrameworks]] | ||
63 | * [[Web Server Resources with Embedded Frameworks]] | ||
64 | |||
65 | ==== Misc ==== | ||
66 | |||
67 | * [[Where is my Properties file]] | ||
68 | * [[Pesky 'Serializable class without serialVersionUID' Warnings]] | ||
69 | |||
70 | ==== Beginner's Guides ==== | ||
71 | |||
72 | * [[Building a WO application with Entity Modeler]] | ||
73 | * [[Beginner's Questions]] | ||
74 | * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] | ||
75 | * [[How do I add a static image to a component's page?>>How to add an image to a Component]] |