Changes for page WOLips Tutorials
Last modified by Pascal Robert on 2013/09/22 14:38
From version 272.1
edited by Pascal Robert
on 2012/02/11 07:09
on 2012/02/11 07:09
Change comment:
There is no comment for this version
To version 271.1
edited by David Avendasora
on 2011/05/25 13:12
on 2011/05/25 13:12
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. probert1 +XWiki.avendasora - Content
-
... ... @@ -1,17 +1,25 @@ 1 1 ==== Installation ==== 2 2 3 +* [[WO:Scratch Setup of WebObjects Development on a Mac]] 3 3 * [[Install WOLips with Eclipse Update Manager]] 4 4 * [[Setup of WOLips for developing with multiple versions of WebObjects>>Using WOLips With Multiple Versions of WebObjects]] 5 -* [[ InstallingWebObjects-WOLips on Windows>>WO:Installing WebObjects-WOLips on Windows]]6 +* [[WO:Installing WebObjects-WOLips on Windows]] 6 6 * [[Useful Eclipse Plugins]] 8 +* [[Apple Maven Nightly Builds]] 7 7 * [[Useful Eclipse or WOLips Preferences]] 8 8 9 9 ==== Migrating from Xcode ==== 10 10 11 11 * [[Upgrading to WOLips from Xcode or Project Builder]] 14 +* [[Moving to Eclipse from XCode in a Subversion Repository]] 12 12 * [[Import an Xcode project into WOLips]] 13 13 * [[Using the XcodeMigration tool>>XcodeMigration]] 14 14 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 + 15 15 ==== Setting Up a Project ==== 16 16 17 17 * [[Create a new WO Application]] ... ... @@ -20,6 +20,8 @@ 20 20 * [[Add a Framework Dependency]] 21 21 * [[Create a WebObjects Framework]] 22 22 * [[Working with the Jars in WebObjects Extensions]] 31 +* [[Project Wonder woa with Linked Source]] 32 +* [[Setting up a new ERD2W Application]] 23 23 * [[Custom Project Templates]] 24 24 * [[About the Properties file]] 25 25 ... ... @@ -26,7 +26,10 @@ 26 26 ==== Troubleshooting Build Problems ==== 27 27 28 28 * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] 39 +* [[java.lang.Object cannot be resolved]] 29 29 * [[Sticky WOD error markers will not go away]] 41 +* [[Problems Building after JDK 1.6 Install]] 42 +* [[Build problems with P4WSAD>>WOLips and P4WSAD]] 30 30 31 31 ==== Editing WOComponents ==== 32 32 ... ... @@ -36,10 +36,11 @@ 36 36 * [[Content Assist for WOD Files]] 37 37 * [[Modern Binding Styles]] 38 38 * [[WOOGNL Helper Functions]] 39 -* [[Refactor - Rename Binding Feature >>Refactor - Rename Binding Feature]]40 -* [[Refactor - Format HTML Feature >>Refactor - Format HTML Feature]]52 +* [[Refactor - Rename Binding Feature]] 53 +* [[Refactor - Format HTML Feature]] 41 41 * [[Rename a WOComponent]] 42 42 * [[Click to Open]] 56 +* [[Use Cases and Tutorials for Specific WOComponents]] 43 43 44 44 ==== Editing EOModels ==== 45 45 ... ... @@ -53,12 +53,14 @@ 53 53 ==== Eclipse/WOLips Development Tips ==== 54 54 55 55 * [[Keyboard Shortcuts]] 56 -* [["File-hopping" Navigation in Eclipse >>"File-hopping" Navigation in Eclipse]]70 +* [["File-hopping" Navigation in Eclipse]] 57 57 * [[Best Eclipse Resources]] 58 58 59 59 ==== Running and Debugging ==== 60 60 75 +* [[Run or Debug a WO Application]] 61 61 * [[Debug Code in a Framework]] 77 +* [[JProfiler]] 62 62 * [[Click to Debug]] 63 63 * [[Using the debugger]] 64 64 ... ... @@ -68,6 +68,7 @@ 68 68 * [[Split Install Deployment]] 69 69 * [[Change default application bundle names]] 70 70 * [[Embedding WOFrameworks]] 87 +* [[Web Server Resources with Embedded Frameworks]] 71 71 * [[Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] 72 72 * [[Remote deployment with Ant and ssh]] 73 73 ... ... @@ -74,8 +74,16 @@ 74 74 ==== Maven (Alternative build environment) ==== 75 75 76 76 * [[Maven Hello WOrld]] 94 +* [[Maven General Principles]] 77 77 * [[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]] 78 78 * [[Maven Running or Debugging as WO Application]] 102 +* [[Maven development workflow tips]] 103 +* [[Maven deployment workflow tips]] 79 79 * [[Maven Kicking the tyres without changing your project structure]] 80 80 * [[Maven Creating Wonder Applications]] 81 81 * [[Maven Creating Wonder Frameworks]] ... ... @@ -82,11 +82,15 @@ 82 82 83 83 ==== Misc ==== 84 84 110 +* [[Where is my Properties file]] 85 85 * [[Pesky 'Serializable class without serialVersionUID' Warnings]] 112 +* [[Pesky 'WOO Encoding type MacRoman doesn't match component UTF-8' Warnings]] 86 86 * [[Pesky WOComponent Errors]] 87 87 88 88 ==== Beginner's Guides ==== 89 89 117 +* [[Access the WOLips User Guide]] 118 +* [[Building a WO application with Entity Modeler]] 90 90 * [[Beginner's Questions]] 91 91 * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] 92 92 * [[How do I add a static image to a component's page?>>How to add an image to a Component]]