Changes for page WOLips Tutorials

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

From version 156.1
edited by Kieran Kelleher
on 2007/10/18 12:43
Change comment: There is no comment for this version
To version 141.1
edited by dlee
on 2008/06/10 18:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.kieran
1 +XWiki.dlee
Content
... ... @@ -4,6 +4,7 @@
4 4  * [[Install WOLips with Eclipse Update Manager]]
5 5  * [[Installing WebObjects-WOLips on a PC]]
6 6  * [[Useful Eclipse Plugins]]
7 +* [[Apple Maven Nightly Builds]]
7 7  
8 8  ==== Migrating from Xcode ====
9 9  
... ... @@ -10,10 +10,16 @@
10 10  * [[Migrating from XCode to WOLips]]
11 11  * [[Moving to Eclipse from XCode in a Subversion Repository]]
12 12  * [[Import an Xcode project into WOLips]]
14 +* [[Using the XcodeMigration tool>>XcodeMigration]]
13 13  
16 +==== Updating Your Development Tools ====
17 +
18 +* [[Updating Your WOLips Plugin]]
19 +
14 14  ==== Setting Up a Project ====
15 15  
16 16  * [[Create a new WO Application]]
23 +* [[Setting the default text encoding for Eclipse]]
17 17  * [[Add a Jar Dependency]]
18 18  * [[Add a Framework Dependency]]
19 19  * [[Create a WebObjects Framework]]
... ... @@ -28,6 +28,8 @@
28 28  * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
29 29  * [[java.lang.Object cannot be resolved]]
30 30  * [[Sticky WOD error markers will not go away]]
38 +* [[Problems Building after JDK 1.6 Install]]
39 +* [[Build problems with P4WSAD>>WOLips and P4WSAD]]
31 31  
32 32  ==== Editing WOComponents ====
33 33  
... ... @@ -40,11 +40,13 @@
40 40  * [[Refactor - Rename Binding Feature]]
41 41  * [[Refactor - Format HTML Feature]]
42 42  * [[Rename a WOComponent]]
52 +* [[Click to Open]]
43 43  
44 44  ==== Editing EOModels ====
45 45  
46 46  * [[Using Entity Modeler]]
47 47  * [[Generating EO Java Classes]]
58 +* [[Velocity EOGenerator (Veogen)]]
48 48  * [[Using Model Groups]]
49 49  * [[Creating a Many to Many Join]]
50 50  
... ... @@ -67,14 +67,19 @@
67 67  * [[Change default application bundle names]]
68 68  * [[Embedding WOFrameworks]]
69 69  * [[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]]
70 70  
71 71  ==== Misc ====
72 72  
73 73  * [[Where is my Properties file]]
74 74  * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
88 +* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]]
89 +* [[Pesky 'There is no key 'somekey' for the keypath 'somevar' in SomeClass' Warnings]]
75 75  
76 76  ==== Beginner's Guides ====
77 77  
93 +* [[Access the WOLips User Guide]]
78 78  * [[Building a WO application with Entity Modeler]]
79 79  * [[Beginner's Questions]]
80 80  * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]