Changes for page WOLips Tutorials

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

From version 137.1
edited by mstoll
on 2008/05/06 06:24
Change comment: There is no comment for this version
To version 126.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.mstoll
1 +XWiki.kieran
Content
... ... @@ -10,32 +10,20 @@
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]]
13 -* [[Using the XcodeMigration tool>>XcodeMigration]]
14 14  
15 -==== Updating Your Development Tools ====
16 -
17 -* [[Updating Your WOLips Plugin]]
18 -
19 19  ==== Setting Up a Project ====
20 20  
21 21  * [[Create a new WO Application]]
22 -* [[Setting the default text encoding for Eclipse]]
23 -* [[Add a Jar Dependency]]
24 24  * [[Add a Framework Dependency]]
25 25  * [[Create a WebObjects Framework]]
26 26  * [[Working with the Jars in WebObjects Extensions]]
27 27  * [[Project Wonder woa with Linked Source]]
28 28  * [[Setting up a new ERD2W Application]]
29 -* [[Custom Project Templates]]
30 -* [[About the Properties file]]
31 31  
32 32  ==== Troubleshooting Build Problems ====
33 33  
34 34  * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
35 35  * [[java.lang.Object cannot be resolved]]
36 -* [[Sticky WOD error markers will not go away]]
37 -* [[Problems Building after JDK 1.6 Install]]
38 -* [[Build problems with P4WSAD>>WOLips and P4WSAD]]
39 39  
40 40  ==== Editing WOComponents ====
41 41  
... ... @@ -47,14 +47,13 @@
47 47  * [[WOOGNL Helper Functions]]
48 48  * [[Refactor - Rename Binding Feature]]
49 49  * [[Refactor - Format HTML Feature]]
50 -* [[Rename a WOComponent]]
51 -* [[Click to Open]]
38 +* [[Refactor - Clean WOBuilder Names Feature]]
39 +* [[Refactor - Convert Inline to WOD Feature]]
52 52  
53 53  ==== Editing EOModels ====
54 54  
55 55  * [[Using Entity Modeler]]
56 56  * [[Generating EO Java Classes]]
57 -* [[Velocity EOGenerator (Veogen)]]
58 58  * [[Using Model Groups]]
59 59  * [[Creating a Many to Many Join]]
60 60  
... ... @@ -62,7 +62,6 @@
62 62  
63 63  * [[Keyboard Shortcuts]]
64 64  * [["File-hopping" Navigation in Eclipse]]
65 -* [[Best Eclipse Resources]]
66 66  
67 67  ==== Running and Debugging ====
68 68  
... ... @@ -73,22 +73,16 @@
73 73  ==== Deployment ====
74 74  
75 75  * [[Deploy a WO Application]]
76 -* [[Split Install Deployment]]
77 -* [[Change default application bundle names]]
78 78  * [[Embedding WOFrameworks]]
79 79  * [[Web Server Resources with Embedded Frameworks]]
80 -* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
81 -* [[Remote deployment with Ant and ssh]]
82 82  
83 83  ==== Misc ====
84 84  
85 85  * [[Where is my Properties file]]
86 86  * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
87 -* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]]
88 88  
89 89  ==== Beginner's Guides ====
90 90  
91 -* [[Access the WOLips User Guide]]
92 92  * [[Building a WO application with Entity Modeler]]
93 93  * [[Beginner's Questions]]
94 94  * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]