Changes for page WOLips Tutorials

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

From version 110.1
edited by Chuck Hill
on 2008/12/15 15:14
Change comment: There is no comment for this version
To version 101.1
edited by chuckhill
on 2007/01/29 22:17
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.chillatgvc
1 +XWiki.chuckhill
Content
... ... @@ -1,114 +1,41 @@
1 1  ==== Installation ====
2 2  
3 -* [[Scratch Setup of WebObjects Development on a Mac]]
4 4  * [[Install WOLips with Eclipse Update Manager]]
5 -* [[Installing WebObjects-WOLips on Windows]]
6 -* [[Useful Eclipse Plugins]]
7 -* [[Apple Maven Nightly Builds]]
4 +* [[Troubleshooting Problems Running on Windows]]
8 8  
9 -==== Migrating from Xcode ====
10 -
11 -* [[Migrating from XCode to WOLips]]
12 -* [[Moving to Eclipse from XCode in a Subversion Repository]]
13 -* [[Import an Xcode project into WOLips]]
14 -* [[Using the XcodeMigration tool>>XcodeMigration]]
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]]
10 +* [[Import an Xcode project into WOLips]]
26 26  * [[Create a WebObjects Framework]]
27 27  * [[Working with the Jars in WebObjects Extensions]]
28 -* [[Project Wonder woa with Linked Source]]
29 -* [[Setting up a new ERD2W Application]]
30 -* [[Custom Project Templates]]
31 -* [[About the Properties file]]
32 32  
33 -==== Troubleshooting Build Problems ====
34 -
35 -* [[General Problems Building and Running>>Troubleshooting Problems Building and Running]]
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 -
41 41  ==== Editing WOComponents ====
42 42  
43 43  * [[Create a new WO Component]]
44 44  * [[Edit a WO Component]]
45 45  * [[Using WOBuilder with WOLips]]
46 -* [[Content Assist for WOD Files]]
47 -* [[Modern Binding Styles]]
48 -* [[WOOGNL Helper Functions]]
49 -* [[Refactor - Rename Binding Feature]]
50 -* [[Refactor - Format HTML Feature]]
51 -* [[Rename a WOComponent]]
52 -* [[Click to Open]]
53 -* [[Use Cases and Tutorials for Specific WOComponents]]
54 54  
55 55  ==== Editing EOModels ====
56 56  
57 57  * [[Using Entity Modeler]]
58 58  * [[Generating EO Java Classes]]
59 -* [[Velocity EOGenerator (Veogen)]]
60 60  * [[Using Model Groups]]
61 61  * [[Creating a Many to Many Join]]
62 62  
63 -==== Eclipse/WOLips Development Tips ====
64 -
65 -* [[Keyboard Shortcuts]]
66 -* [["File-hopping" Navigation in Eclipse]]
67 -* [[Best Eclipse Resources]]
68 -
69 69  ==== Running and Debugging ====
70 70  
71 71  * [[Run or Debug a WO Application]]
72 72  * [[Debug Code in a Framework]]
73 73  * [[JProfiler]]
74 -* [[Click to Debug]]
75 75  
76 76  ==== Deployment ====
77 77  
78 78  * [[Deploy a WO Application]]
79 -* [[Split Install Deployment]]
80 -* [[Change default application bundle names]]
81 81  * [[Embedding WOFrameworks]]
82 -* [[Web Server Resources with Embedded Frameworks]]
83 -* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]]
84 -* [[Remote deployment with Ant and ssh]]
85 85  
86 -==== Maven (Alternative build environment) ====
87 -
88 -* [[Maven Hello WOrld]]
89 -* [[Maven General Principles]]
90 -* [[Maven Create WO Application Project]]
91 -* [[Maven Create WO Framework Project]]
92 -* [[Maven resources filtering]]
93 -* [[Maven Adding a Jar Dependency]]
94 -* [[Maven plugins]]
95 -* [[Maven versioning]]
96 -* [[Maven Running or Debugging as WO Application]]
97 -* [[Maven development workflow tips]]
98 -* [[Maven deployment workflow tips]]
99 -* [[Maven Kicking the tyres without changing your project structure]]
100 -
101 101  ==== Misc ====
102 102  
103 103  * [[Where is my Properties file]]
104 104  * [[Pesky 'Serializable class without serialVersionUID' Warnings]]
105 -* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]]
106 -* [[Pesky WOComponent Errors]]
107 -
108 -==== Beginner's Guides ====
109 -
110 -* [[Access the WOLips User Guide]]
111 -* [[Building a WO application with Entity Modeler]]
112 -* [[Beginner's Questions]]
113 -* [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]
114 -* [[How do I add a static image to a component's page?>>How to add an image to a Component]]