Wiki source code of Tutorials
Version 169.1 by Kieran Kelleher on 2007/10/08 14:53
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
126.1 | 1 | ==== Installation ==== |
2 | |||
3 | * [[Scratch Setup of WebObjects Development on a Mac]] | ||
![]() |
104.1 | 4 | * [[Install WOLips with Eclipse Update Manager]] |
![]() |
126.1 | 5 | * [[Installing WebObjects-WOLips on a PC]] |
6 | * [[Useful Eclipse Plugins]] | ||
7 | |||
8 | ==== Migrating from Xcode ==== | ||
9 | |||
10 | * [[Migrating from XCode to WOLips]] | ||
11 | * [[Moving to Eclipse from XCode in a Subversion Repository]] | ||
12 | * [[Import an Xcode project into WOLips]] | ||
13 | |||
14 | ==== Setting Up a Project ==== | ||
15 | |||
![]() |
104.1 | 16 | * [[Create a new WO Application]] |
![]() |
128.1 | 17 | * [[Add a Jar Dependency]] |
![]() |
126.1 | 18 | * [[Add a Framework Dependency]] |
19 | * [[Create a WebObjects Framework]] | ||
20 | * [[Working with the Jars in WebObjects Extensions]] | ||
21 | * [[Project Wonder woa with Linked Source]] | ||
22 | * [[Setting up a new ERD2W Application]] | ||
![]() |
128.1 | 23 | * [[Custom Project Templates]] |
![]() |
126.1 | 24 | |
25 | ==== Troubleshooting Build Problems ==== | ||
26 | |||
27 | * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] | ||
28 | * [[java.lang.Object cannot be resolved]] | ||
![]() |
164.1 | 29 | * [[Sticky WOD error markers will not go away]] |
![]() |
126.1 | 30 | |
31 | ==== Editing WOComponents ==== | ||
32 | |||
33 | * [[Create a new WO Component]] | ||
![]() |
104.1 | 34 | * [[Edit a WO Component]] |
![]() |
126.1 | 35 | * [[Using WOBuilder with WOLips]] |
36 | * [[Content Assist for WOD Files]] | ||
37 | * [[Modern Binding Styles]] | ||
38 | * [[WOOGNL Helper Functions]] | ||
39 | * [[Refactor - Rename Binding Feature]] | ||
40 | * [[Refactor - Format HTML Feature]] | ||
![]() |
128.1 | 41 | * [[Rename a WOComponent]] |
![]() |
126.1 | 42 | |
43 | ==== Editing EOModels ==== | ||
44 | |||
45 | * [[Using Entity Modeler]] | ||
46 | * [[Generating EO Java Classes]] | ||
47 | * [[Using Model Groups]] | ||
48 | * [[Creating a Many to Many Join]] | ||
49 | |||
50 | ==== Eclipse/WOLips Development Tips ==== | ||
51 | |||
52 | * [[Keyboard Shortcuts]] | ||
53 | * [["File-hopping" Navigation in Eclipse]] | ||
54 | |||
55 | ==== Running and Debugging ==== | ||
56 | |||
![]() |
104.1 | 57 | * [[Run or Debug a WO Application]] |
![]() |
126.1 | 58 | * [[Debug Code in a Framework]] |
59 | * [[JProfiler]] | ||
60 | |||
61 | ==== Deployment ==== | ||
62 | |||
![]() |
104.1 | 63 | * [[Deploy a WO Application]] |
![]() |
128.1 | 64 | * [[Split Install Deployment]] |
65 | * [[Change default application bundle names]] | ||
![]() |
126.1 | 66 | * [[Embedding WOFrameworks]] |
67 | * [[Web Server Resources with Embedded Frameworks]] | ||
68 | |||
69 | ==== Misc ==== | ||
70 | |||
![]() |
104.1 | 71 | * [[Where is my Properties file]] |
![]() |
97.1 | 72 | * [[Pesky 'Serializable class without serialVersionUID' Warnings]] |
![]() |
126.1 | 73 | |
74 | ==== Beginner's Guides ==== | ||
75 | |||
76 | * [[Building a WO application with Entity Modeler]] | ||
77 | * [[Beginner's Questions]] | ||
78 | * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] | ||
79 | * [[How do I add a static image to a component's page?>>How to add an image to a Component]] |