Wiki source code of Tutorials
Version 163.1 by Mike Schrag on 2007/10/03 15:32
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]] | ||
29 | |||
30 | ==== Editing WOComponents ==== | ||
31 | |||
32 | * [[Create a new WO Component]] | ||
![]() |
104.1 | 33 | * [[Edit a WO Component]] |
![]() |
126.1 | 34 | * [[Using WOBuilder with WOLips]] |
35 | * [[Content Assist for WOD Files]] | ||
36 | * [[Modern Binding Styles]] | ||
37 | * [[WOOGNL Helper Functions]] | ||
38 | * [[Refactor - Rename Binding Feature]] | ||
39 | * [[Refactor - Format HTML Feature]] | ||
![]() |
128.1 | 40 | * [[Rename a WOComponent]] |
![]() |
126.1 | 41 | |
42 | ==== Editing EOModels ==== | ||
43 | |||
44 | * [[Using Entity Modeler]] | ||
45 | * [[Generating EO Java Classes]] | ||
46 | * [[Using Model Groups]] | ||
47 | * [[Creating a Many to Many Join]] | ||
48 | |||
49 | ==== Eclipse/WOLips Development Tips ==== | ||
50 | |||
51 | * [[Keyboard Shortcuts]] | ||
52 | * [["File-hopping" Navigation in Eclipse]] | ||
53 | |||
54 | ==== Running and Debugging ==== | ||
55 | |||
![]() |
104.1 | 56 | * [[Run or Debug a WO Application]] |
![]() |
126.1 | 57 | * [[Debug Code in a Framework]] |
58 | * [[JProfiler]] | ||
59 | |||
60 | ==== Deployment ==== | ||
61 | |||
![]() |
104.1 | 62 | * [[Deploy a WO Application]] |
![]() |
128.1 | 63 | * [[Split Install Deployment]] |
64 | * [[Change default application bundle names]] | ||
![]() |
126.1 | 65 | * [[Embedding WOFrameworks]] |
66 | * [[Web Server Resources with Embedded Frameworks]] | ||
67 | |||
68 | ==== Misc ==== | ||
69 | |||
![]() |
104.1 | 70 | * [[Where is my Properties file]] |
![]() |
97.1 | 71 | * [[Pesky 'Serializable class without serialVersionUID' Warnings]] |
![]() |
126.1 | 72 | |
73 | ==== Beginner's Guides ==== | ||
74 | |||
75 | * [[Building a WO application with Entity Modeler]] | ||
76 | * [[Beginner's Questions]] | ||
77 | * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] | ||
78 | * [[How do I add a static image to a component's page?>>How to add an image to a Component]] |