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