Changes for page WOLips Tutorials
Last modified by Pascal Robert on 2013/09/22 14:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,15 +1,92 @@ 1 +==== Installation ==== 2 + 3 +* [[Scratch Setup of WebObjects Development on a Mac]] 1 1 * [[Install WOLips with Eclipse Update Manager]] 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 +* [[Using the XcodeMigration tool>>XcodeMigration]] 14 + 15 +==== Updating Your Development Tools ==== 16 + 17 +* [[Updating Your WOLips Plugin]] 18 + 19 +==== Setting Up a Project ==== 20 + 2 2 * [[Create a new WO Application]] 22 +* [[Setting the default text encoding for Eclipse]] 23 +* [[Add a Jar Dependency]] 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]] 29 +* [[Custom Project Templates]] 30 +* [[About the Properties file]] 31 + 32 +==== Troubleshooting Build Problems ==== 33 + 34 +* [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] 35 +* [[java.lang.Object cannot be resolved]] 36 +* [[Sticky WOD error markers will not go away]] 37 + 38 +==== Editing WOComponents ==== 39 + 40 +* [[Create a new WO Component]] 3 3 * [[Edit a WO Component]] 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]] 48 +* [[Rename a WOComponent]] 49 +* [[Click to Open]] 50 + 51 +==== Editing EOModels ==== 52 + 53 +* [[Using Entity Modeler]] 54 +* [[Generating EO Java Classes]] 55 +* [[Velocity EOGenerator (Veogen)]] 56 +* [[Using Model Groups]] 57 +* [[Creating a Many to Many Join]] 58 + 59 +==== Eclipse/WOLips Development Tips ==== 60 + 61 +* [[Keyboard Shortcuts]] 62 +* [["File-hopping" Navigation in Eclipse]] 63 +* [[Best Eclipse Resources]] 64 + 65 +==== Running and Debugging ==== 66 + 4 4 * [[Run or Debug a WO Application]] 5 -* [[Create a new WO Component]] 6 -* [[Add a Framework Dependency]] 68 +* [[Debug Code in a Framework]] 69 +* [[JProfiler]] 70 + 71 +==== Deployment ==== 72 + 7 7 * [[Deploy a WO Application]] 8 -* [[Using WOBuilder with WOLips]] 74 +* [[Split Install Deployment]] 75 +* [[Change default application bundle names]] 76 +* [[Embedding WOFrameworks]] 77 +* [[Web Server Resources with Embedded Frameworks]] 78 +* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] 79 +* [[Remote deployment with Ant and ssh]] 80 + 81 +==== Misc ==== 82 + 9 9 * [[Where is my Properties file]] 10 10 * [[Pesky 'Serializable class without serialVersionUID' Warnings]] 11 -* [[Import an Xcode project into WOLips]] 12 -* [[JProfiler]] 13 -* [[Embedding WOFrameworks]] 14 -* [[Using Entity Modeler]] 15 -* [[Generating EO Java Classes]] 85 + 86 +==== Beginner's Guides ==== 87 + 88 +* [[Access the WOLips User Guide]] 89 +* [[Building a WO application with Entity Modeler]] 90 +* [[Beginner's Questions]] 91 +* [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] 92 +* [[How do I add a static image to a component's page?>>How to add an image to a Component]]