Changes for page WOLips Tutorials
Last modified by Pascal Robert on 2013/09/22 14:38
From version 90.1
edited by Lachlan Scott
on 2007/07/05 16:06
on 2007/07/05 16:06
Change comment:
There is no comment for this version
To version 98.1
edited by Mike Schrag
on 2009/07/01 09:15
on 2009/07/01 09:15
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. lachlan_scott1 +XWiki.mschrag - Content
-
... ... @@ -1,20 +1,45 @@ 1 1 ==== Installation ==== 2 2 3 +* [[Scratch Setup of WebObjects Development on a Mac]] 3 3 * [[Install WOLips with Eclipse Update Manager]] 4 -* [[Troubleshooting Problems Building and Running]] 5 +* [[Setup of WOLips for developing with multiple versions of WebObjects>>Using WOLips With Multiple Versions of WebObjects]] 6 +* [[Installing WebObjects-WOLips on Windows]] 7 +* [[Useful Eclipse Plugins]] 8 +* [[Apple Maven Nightly Builds]] 9 + 10 +==== Migrating from Xcode ==== 11 + 12 +* [[Migrating from XCode to WOLips]] 5 5 * [[Moving to Eclipse from XCode in a Subversion Repository]] 6 -* [[Installing WebObjects-WOLips on a PC]] 14 +* [[Import an Xcode project into WOLips]] 15 +* [[Using the XcodeMigration tool>>XcodeMigration]] 7 7 17 +==== Updating Your Development Tools ==== 18 + 19 +* [[Updating Your WOLips Plugin]] 20 +* [[Upgrade Issues for Mac OS X 10.4 Tiger to Mac OS X 10.5 Leopard]] 21 + 8 8 ==== Setting Up a Project ==== 9 9 10 10 * [[Create a new WO Application]] 25 +* [[Setting the default text encoding for Eclipse]] 26 +* [[Add a Jar Dependency]] 11 11 * [[Add a Framework Dependency]] 12 -* [[Import an Xcode project into WOLips]] 13 13 * [[Create a WebObjects Framework]] 14 14 * [[Working with the Jars in WebObjects Extensions]] 15 15 * [[Project Wonder woa with Linked Source]] 16 16 * [[Setting up a new ERD2W Application]] 32 +* [[Custom Project Templates]] 33 +* [[About the Properties file]] 17 17 35 +==== Troubleshooting Build Problems ==== 36 + 37 +* [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] 38 +* [[java.lang.Object cannot be resolved]] 39 +* [[Sticky WOD error markers will not go away]] 40 +* [[Problems Building after JDK 1.6 Install]] 41 +* [[Build problems with P4WSAD>>WOLips and P4WSAD]] 42 + 18 18 ==== Editing WOComponents ==== 19 19 20 20 * [[Create a new WO Component]] ... ... @@ -21,20 +21,28 @@ 21 21 * [[Edit a WO Component]] 22 22 * [[Using WOBuilder with WOLips]] 23 23 * [[Content Assist for WOD Files]] 24 - 25 25 * [[Modern Binding Styles]] 26 26 * [[WOOGNL Helper Functions]] 51 +* [[Refactor - Rename Binding Feature]] 52 +* [[Refactor - Format HTML Feature]] 53 +* [[Rename a WOComponent]] 54 +* [[Click to Open]] 55 +* [[Use Cases and Tutorials for Specific WOComponents]] 27 27 28 28 ==== Editing EOModels ==== 29 29 30 30 * [[Using Entity Modeler]] 31 31 * [[Generating EO Java Classes]] 61 +* [[Velocity EOGenerator (Veogen)]] 32 32 * [[Using Model Groups]] 33 33 * [[Creating a Many to Many Join]] 64 +* [[Using EntityModeler.app]] 34 34 35 35 ==== Eclipse/WOLips Development Tips ==== 36 36 37 37 * [[Keyboard Shortcuts]] 69 +* [["File-hopping" Navigation in Eclipse]] 70 +* [[Best Eclipse Resources]] 38 38 39 39 ==== Running and Debugging ==== 40 40 ... ... @@ -41,18 +41,47 @@ 41 41 * [[Run or Debug a WO Application]] 42 42 * [[Debug Code in a Framework]] 43 43 * [[JProfiler]] 77 +* [[Click to Debug]] 78 +* [[Using the debugger]] 44 44 45 45 ==== Deployment ==== 46 46 47 47 * [[Deploy a WO Application]] 83 +* [[Split Install Deployment]] 84 +* [[Change default application bundle names]] 48 48 * [[Embedding WOFrameworks]] 49 49 * [[Web Server Resources with Embedded Frameworks]] 87 +* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] 88 +* [[Remote deployment with Ant and ssh]] 50 50 90 +==== Maven (Alternative build environment) ==== 91 + 92 +* [[Maven Hello WOrld]] 93 +* [[Maven General Principles]] 94 +* [[Maven Create WO Application Project]] 95 +* [[Maven Create WO Framework Project]] 96 +* [[Maven resources filtering]] 97 +* [[Maven Adding a Jar Dependency]] 98 +* [[Maven plugins]] 99 +* [[Maven versioning]] 100 +* [[Maven Running or Debugging as WO Application]] 101 +* [[Maven development workflow tips]] 102 +* [[Maven deployment workflow tips]] 103 +* [[Maven Kicking the tyres without changing your project structure]] 104 +* [[Maven Creating Wonder Applications]] 105 +* [[Maven Creating Wonder Frameworks]] 106 + 51 51 ==== Misc ==== 52 52 53 53 * [[Where is my Properties file]] 54 54 * [[Pesky 'Serializable class without serialVersionUID' Warnings]] 111 +* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]] 112 +* [[Pesky WOComponent Errors]] 55 55 56 56 ==== Beginner's Guides ==== 57 57 116 +* [[Access the WOLips User Guide]] 58 58 * [[Building a WO application with Entity Modeler]] 118 +* [[Beginner's Questions]] 119 +* [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] 120 +* [[How do I add a static image to a component's page?>>How to add an image to a Component]]