Changes for page WOLips Tutorials
Last modified by Pascal Robert on 2013/09/22 14:38
From version 101.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 105.1
edited by Lachlan Deck
on 2008/11/23 14:59
on 2008/11/23 14:59
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.c huckhill1 +XWiki.ldeck - Content
-
... ... @@ -1,29 +1,71 @@ 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 Running on Windows]] 5 +* [[Installing WebObjects-WOLips on Windows]] 6 +* [[Useful Eclipse Plugins]] 7 +* [[Apple Maven Nightly Builds]] 5 5 9 +==== Migrating from Xcode ==== 10 + 11 +* [[Migrating from XCode to WOLips]] 12 +* [[Moving to Eclipse from XCode in a Subversion Repository]] 13 +* [[Import an Xcode project into WOLips]] 14 +* [[Using the XcodeMigration tool>>XcodeMigration]] 15 + 16 +==== Updating Your Development Tools ==== 17 + 18 +* [[Updating Your WOLips Plugin]] 19 + 6 6 ==== Setting Up a Project ==== 7 7 8 8 * [[Create a new WO Application]] 23 +* [[Setting the default text encoding for Eclipse]] 24 +* [[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]] 28 +* [[Project Wonder woa with Linked Source]] 29 +* [[Setting up a new ERD2W Application]] 30 +* [[Custom Project Templates]] 31 +* [[About the Properties file]] 13 13 33 +==== Troubleshooting Build Problems ==== 34 + 35 +* [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] 36 +* [[java.lang.Object cannot be resolved]] 37 +* [[Sticky WOD error markers will not go away]] 38 +* [[Problems Building after JDK 1.6 Install]] 39 +* [[Build problems with P4WSAD>>WOLips and P4WSAD]] 40 + 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]] 46 +* [[Content Assist for WOD Files]] 47 +* [[Modern Binding Styles]] 48 +* [[WOOGNL Helper Functions]] 49 +* [[Refactor - Rename Binding Feature]] 50 +* [[Refactor - Format HTML Feature]] 51 +* [[Rename a WOComponent]] 52 +* [[Click to Open]] 53 +* [[Use Cases and Tutorials for Specific WOComponents]] 19 19 20 20 ==== Editing EOModels ==== 21 21 22 22 * [[Using Entity Modeler]] 23 23 * [[Generating EO Java Classes]] 59 +* [[Velocity EOGenerator (Veogen)]] 24 24 * [[Using Model Groups]] 25 25 * [[Creating a Many to Many Join]] 26 26 63 +==== Eclipse/WOLips Development Tips ==== 64 + 65 +* [[Keyboard Shortcuts]] 66 +* [["File-hopping" Navigation in Eclipse]] 67 +* [[Best Eclipse Resources]] 68 + 27 27 ==== Running and Debugging ==== 28 28 29 29 * [[Run or Debug a WO Application]] ... ... @@ -33,9 +33,39 @@ 33 33 ==== Deployment ==== 34 34 35 35 * [[Deploy a WO Application]] 78 +* [[Split Install Deployment]] 79 +* [[Change default application bundle names]] 36 36 * [[Embedding WOFrameworks]] 81 +* [[Web Server Resources with Embedded Frameworks]] 82 +* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] 83 +* [[Remote deployment with Ant and ssh]] 37 37 85 +==== Maven (Alternative build environment) ==== 86 + 87 +* [[Maven Hello WOrld]] 88 +* [[Maven General Principles]] 89 +* [[Maven Create WO Application Project]] 90 +* [[Maven Create WO Framework Project]] 91 +* [[Maven resources filtering]] 92 +* [[Maven Adding a Jar Dependency]] 93 +* [[Maven plugins]] 94 +* [[Maven versioning]] 95 +* [[Maven Running or Debugging as WO Application]] 96 +* [[Maven development workflow tips]] 97 +* [[Maven deployment workflow tips]] 98 +* [[Maven Kicking the tyres without changing your project structure]] 99 + 38 38 ==== Misc ==== 39 39 40 40 * [[Where is my Properties file]] 41 41 * [[Pesky 'Serializable class without serialVersionUID' Warnings]] 104 +* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]] 105 +* [[Pesky WOComponent Errors]] 106 + 107 +==== Beginner's Guides ==== 108 + 109 +* [[Access the WOLips User Guide]] 110 +* [[Building a WO application with Entity Modeler]] 111 +* [[Beginner's Questions]] 112 +* [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] 113 +* [[How do I add a static image to a component's page?>>How to add an image to a Component]]