Changes for page WOLips Tutorials

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

From version 140.1
edited by dlee
on 2008/06/10 18:00
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.dlee
1 +XWiki.kieran
Content
... ... @@ -4,7 +4,6 @@
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]]
8 8  
9 9  ==== Migrating from Xcode ====
10 10  
... ... @@ -11,32 +11,20 @@
11 11  * [[Migrating from XCode to WOLips]]
12 12  * [[Moving to Eclipse from XCode in a Subversion Repository]]
13 13  * [[Import an Xcode project into WOLips]]
14 -* [[Using the XcodeMigration tool>>XcodeMigration]]
15 15  
16 -==== Updating Your Development Tools ====
17 -
18 -* [[Updating Your WOLips Plugin]]
19 -
20 20  ==== Setting Up a Project ====
21 21  
22 22  * [[Create a new WO Application]]
23 -* [[Setting the default text encoding for Eclipse]]
24 -* [[Add a Jar Dependency]]
25 25  * [[Add a Framework Dependency]]
26 26  * [[Create a WebObjects Framework]]
27 27  * [[Working with the Jars in WebObjects Extensions]]
28 28  * [[Project Wonder woa with Linked Source]]
29 29  * [[Setting up a new ERD2W Application]]
30 -* [[Custom Project Templates]]
31 -* [[About the Properties file]]
32 32  
33 33  ==== Troubleshooting Build Problems ====
34 34  
35 35  * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
36 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 40  
41 41  ==== Editing WOComponents ====
42 42  
... ... @@ -48,14 +48,13 @@
48 48  * [[WOOGNL Helper Functions]]
49 49  * [[Refactor - Rename Binding Feature]]
50 50  * [[Refactor - Format HTML Feature]]
51 -* [[Rename a WOComponent]]
52 -* [[Click to Open]]
38 +* [[Refactor - Clean WOBuilder Names Feature]]
39 +* [[Refactor - Convert Inline to WOD Feature]]
53 53  
54 54  ==== Editing EOModels ====
55 55  
56 56  * [[Using Entity Modeler]]
57 57  * [[Generating EO Java Classes]]
58 -* [[Velocity EOGenerator (Veogen)]]
59 59  * [[Using Model Groups]]
60 60  * [[Creating a Many to Many Join]]
61 61  
... ... @@ -63,7 +63,6 @@
63 63  
64 64  * [[Keyboard Shortcuts]]
65 65  * [["File-hopping" Navigation in Eclipse]]
66 -* [[Best Eclipse Resources]]
67 67  
68 68  ==== Running and Debugging ====
69 69  
... ... @@ -74,23 +74,16 @@
74 74  ==== Deployment ====
75 75  
76 76  * [[Deploy a WO Application]]
77 -* [[Split Install Deployment]]
78 -* [[Change default application bundle names]]
79 79  * [[Embedding WOFrameworks]]
80 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 83  
84 84  ==== Misc ====
85 85  
86 86  * [[Where is my Properties file]]
87 87  * [[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]]
90 90  
91 91  ==== Beginner's Guides ====
92 92  
93 -* [[Access the WOLips User Guide]]
94 94  * [[Building a WO application with Entity Modeler]]
95 95  * [[Beginner's Questions]]
96 96  * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]