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