Changes for page WOLips Tutorials
Last modified by Pascal Robert on 2013/09/22 14:38
From version 162.1
edited by Mike Schrag
on 2007/10/03 15:32
on 2007/10/03 15:32
Change comment:
There is no comment for this version
To version 141.1
edited by dlee
on 2008/06/10 18:00
on 2008/06/10 18:00
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. mschrag1 +XWiki.dlee - Content
-
... ... @@ -4,6 +4,7 @@ 4 4 * [[Install WOLips with Eclipse Update Manager]] 5 5 * [[Installing WebObjects-WOLips on a PC]] 6 6 * [[Useful Eclipse Plugins]] 7 +* [[Apple Maven Nightly Builds]] 7 7 8 8 ==== Migrating from Xcode ==== 9 9 ... ... @@ -10,10 +10,16 @@ 10 10 * [[Migrating from XCode to WOLips]] 11 11 * [[Moving to Eclipse from XCode in a Subversion Repository]] 12 12 * [[Import an Xcode project into WOLips]] 14 +* [[Using the XcodeMigration tool>>XcodeMigration]] 13 13 16 +==== Updating Your Development Tools ==== 17 + 18 +* [[Updating Your WOLips Plugin]] 19 + 14 14 ==== Setting Up a Project ==== 15 15 16 16 * [[Create a new WO Application]] 23 +* [[Setting the default text encoding for Eclipse]] 17 17 * [[Add a Jar Dependency]] 18 18 * [[Add a Framework Dependency]] 19 19 * [[Create a WebObjects Framework]] ... ... @@ -21,11 +21,15 @@ 21 21 * [[Project Wonder woa with Linked Source]] 22 22 * [[Setting up a new ERD2W Application]] 23 23 * [[Custom Project Templates]] 31 +* [[About the Properties file]] 24 24 25 25 ==== Troubleshooting Build Problems ==== 26 26 27 27 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] 28 28 * [[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]] 29 29 30 30 ==== Editing WOComponents ==== 31 31 ... ... @@ -38,11 +38,13 @@ 38 38 * [[Refactor - Rename Binding Feature]] 39 39 * [[Refactor - Format HTML Feature]] 40 40 * [[Rename a WOComponent]] 52 +* [[Click to Open]] 41 41 42 42 ==== Editing EOModels ==== 43 43 44 44 * [[Using Entity Modeler]] 45 45 * [[Generating EO Java Classes]] 58 +* [[Velocity EOGenerator (Veogen)]] 46 46 * [[Using Model Groups]] 47 47 * [[Creating a Many to Many Join]] 48 48 ... ... @@ -50,6 +50,7 @@ 50 50 51 51 * [[Keyboard Shortcuts]] 52 52 * [["File-hopping" Navigation in Eclipse]] 66 +* [[Best Eclipse Resources]] 53 53 54 54 ==== Running and Debugging ==== 55 55 ... ... @@ -64,14 +64,19 @@ 64 64 * [[Change default application bundle names]] 65 65 * [[Embedding WOFrameworks]] 66 66 * [[Web Server Resources with Embedded Frameworks]] 81 +* [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] 82 +* [[Remote deployment with Ant and ssh]] 67 67 68 68 ==== Misc ==== 69 69 70 70 * [[Where is my Properties file]] 71 71 * [[Pesky 'Serializable class without serialVersionUID' Warnings]] 88 +* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]] 89 +* [[Pesky 'There is no key 'somekey' for the keypath 'somevar' in SomeClass' Warnings]] 72 72 73 73 ==== Beginner's Guides ==== 74 74 93 +* [[Access the WOLips User Guide]] 75 75 * [[Building a WO application with Entity Modeler]] 76 76 * [[Beginner's Questions]] 77 77 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]]