Wiki source code of Tutorials

Version 210.1 by David Avendasora on 2009/06/25 14:29

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