Wiki source code of Tutorials
Version 145.1 by David Holt on 2008/01/10 12:43
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]] | ||
![]() |
128.1 | 13 | * [[Using the XcodeMigration tool>>XcodeMigration]] |
![]() |
126.1 | 14 | |
![]() |
128.1 | 15 | ==== Updating Your Development Tools ==== |
16 | |||
17 | * [[Updating Your WOLips Plugin]] | ||
18 | |||
![]() |
126.1 | 19 | ==== Setting Up a Project ==== |
20 | |||
![]() |
104.1 | 21 | * [[Create a new WO Application]] |
![]() |
144.1 | 22 | * [[Setting the default text encoding for EclipseYour ProjectYour components]] |
![]() |
128.1 | 23 | * [[Add a Jar Dependency]] |
![]() |
126.1 | 24 | * [[Add a Framework Dependency]] |
25 | * [[Create a WebObjects Framework]] | ||
26 | * [[Working with the Jars in WebObjects Extensions]] | ||
27 | * [[Project Wonder woa with Linked Source]] | ||
28 | * [[Setting up a new ERD2W Application]] | ||
![]() |
128.1 | 29 | * [[Custom Project Templates]] |
30 | * [[About the Properties file]] | ||
![]() |
126.1 | 31 | |
32 | ==== Troubleshooting Build Problems ==== | ||
33 | |||
34 | * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] | ||
35 | * [[java.lang.Object cannot be resolved]] | ||
![]() |
128.1 | 36 | * [[Sticky WOD error markers will not go away]] |
![]() |
126.1 | 37 | |
38 | ==== Editing WOComponents ==== | ||
39 | |||
40 | * [[Create a new WO Component]] | ||
![]() |
104.1 | 41 | * [[Edit a WO Component]] |
![]() |
126.1 | 42 | * [[Using WOBuilder with WOLips]] |
43 | * [[Content Assist for WOD Files]] | ||
44 | * [[Modern Binding Styles]] | ||
45 | * [[WOOGNL Helper Functions]] | ||
46 | * [[Refactor - Rename Binding Feature]] | ||
47 | * [[Refactor - Format HTML Feature]] | ||
![]() |
128.1 | 48 | * [[Rename a WOComponent]] |
![]() |
126.1 | 49 | |
50 | ==== Editing EOModels ==== | ||
51 | |||
52 | * [[Using Entity Modeler]] | ||
53 | * [[Generating EO Java Classes]] | ||
![]() |
128.1 | 54 | * [[Velocity EOGenerator (Veogen)]] |
![]() |
126.1 | 55 | * [[Using Model Groups]] |
56 | * [[Creating a Many to Many Join]] | ||
57 | |||
58 | ==== Eclipse/WOLips Development Tips ==== | ||
59 | |||
60 | * [[Keyboard Shortcuts]] | ||
61 | * [["File-hopping" Navigation in Eclipse]] | ||
![]() |
128.1 | 62 | * [[Best Eclipse Resources]] |
![]() |
126.1 | 63 | |
64 | ==== Running and Debugging ==== | ||
65 | |||
![]() |
104.1 | 66 | * [[Run or Debug a WO Application]] |
![]() |
126.1 | 67 | * [[Debug Code in a Framework]] |
68 | * [[JProfiler]] | ||
69 | |||
70 | ==== Deployment ==== | ||
71 | |||
![]() |
104.1 | 72 | * [[Deploy a WO Application]] |
![]() |
128.1 | 73 | * [[Split Install Deployment]] |
74 | * [[Change default application bundle names]] | ||
![]() |
126.1 | 75 | * [[Embedding WOFrameworks]] |
76 | * [[Web Server Resources with Embedded Frameworks]] | ||
![]() |
128.1 | 77 | * [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] |
![]() |
126.1 | 78 | |
79 | ==== Misc ==== | ||
80 | |||
![]() |
104.1 | 81 | * [[Where is my Properties file]] |
![]() |
97.1 | 82 | * [[Pesky 'Serializable class without serialVersionUID' Warnings]] |
![]() |
126.1 | 83 | |
84 | ==== Beginner's Guides ==== | ||
85 | |||
![]() |
128.1 | 86 | * [[Access the WOLips User Guide]] |
![]() |
126.1 | 87 | * [[Building a WO application with Entity Modeler]] |
88 | * [[Beginner's Questions]] | ||
89 | * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] | ||
90 | * [[How do I add a static image to a component's page?>>How to add an image to a Component]] |