Changes for page WOLips Tutorials

Last modified by Pascal Robert on 2013/09/22 14:38

From version 123.1
edited by chuckhill
on 2006/11/01 17:38
Change comment: There is no comment for this version
To version 127.1
edited by Kieran Kelleher
on 2007/07/27 08:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chuckhill
1 +XWiki.kieran
Content
... ... @@ -1,14 +1,75 @@
1 +==== Installation ====
2 +
3 +* [[Scratch Setup of WebObjects Development on a Mac]]
1 1  * [[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 +
2 2  * [[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]]
3 3  * [[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 +
4 4  * [[Run or Debug a WO Application]]
5 -* [[Create a new WO Component]]
6 -* [[Add a Framework Dependency]]
56 +* [[Debug Code in a Framework]]
57 +* [[JProfiler]]
58 +
59 +==== Deployment ====
60 +
7 7  * [[Deploy a WO Application]]
8 -* [[Using WOBuilder with WOLips]]
62 +* [[Embedding WOFrameworks]]
63 +* [[Web Server Resources with Embedded Frameworks]]
64 +
65 +==== Misc ====
66 +
9 9  * [[Where is my Properties file]]
10 10  * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
11 -* [[Import an Xcode project into WOLips]]
12 -* [[JProfiler]]
13 -* [[Embedding WOFrameworks]]
14 -* [[Using Entity Modeler]]
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]]