Changes for page WOLips Tutorials

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

From version 154.1
edited by Kieran Kelleher
on 2007/11/28 15:35
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,6 +10,7 @@
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  
14 14  ==== Updating Your Development Tools ====
15 15  
... ... @@ -18,6 +18,7 @@
18 18  ==== Setting Up a Project ====
19 19  
20 20  * [[Create a new WO Application]]
23 +* [[Setting the default text encoding for Eclipse]]
21 21  * [[Add a Jar Dependency]]
22 22  * [[Add a Framework Dependency]]
23 23  * [[Create a WebObjects Framework]]
... ... @@ -32,6 +32,8 @@
32 32  * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
33 33  * [[java.lang.Object cannot be resolved]]
34 34  * [[Sticky WOD error markers will not go away]]
38 +* [[Problems Building after JDK 1.6 Install]]
39 +* [[Build problems with P4WSAD>>WOLips and P4WSAD]]
35 35  
36 36  ==== Editing WOComponents ====
37 37  
... ... @@ -44,11 +44,13 @@
44 44  * [[Refactor - Rename Binding Feature]]
45 45  * [[Refactor - Format HTML Feature]]
46 46  * [[Rename a WOComponent]]
52 +* [[Click to Open]]
47 47  
48 48  ==== Editing EOModels ====
49 49  
50 50  * [[Using Entity Modeler]]
51 51  * [[Generating EO Java Classes]]
58 +* [[Velocity EOGenerator (Veogen)]]
52 52  * [[Using Model Groups]]
53 53  * [[Creating a Many to Many Join]]
54 54  
... ... @@ -71,14 +71,19 @@
71 71  * [[Change default application bundle names]]
72 72  * [[Embedding WOFrameworks]]
73 73  * [[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]]
74 74  
75 75  ==== Misc ====
76 76  
77 77  * [[Where is my Properties file]]
78 78  * [[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]]
79 79  
80 80  ==== Beginner's Guides ====
81 81  
93 +* [[Access the WOLips User Guide]]
82 82  * [[Building a WO application with Entity Modeler]]
83 83  * [[Beginner's Questions]]
84 84  * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]