Wiki source code of WOLips Tutorials
Version 102.1 by Pascal Robert on 2012/07/19 22:32
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
86.1 | 1 | ==== Installation ==== |
2 | |||
![]() |
102.1 | 3 | * [[Project Wonder Installation]] on Mac OS X |
4 | * [[Setup of WOLips for developing with multiple versions of WebObjects>>WOL:Using WOLips With Multiple Versions of WebObjects]] | ||
5 | * [[Project Wonder Installation on Windows]] | ||
6 | * [[Useful Eclipse Plugins]] | ||
7 | * [[Useful Eclipse or WOLips Preferences]] | ||
![]() |
86.1 | 8 | |
![]() |
102.1 | 9 | ==== Migrating from Xcode ==== |
10 | |||
11 | * [[WOL:Upgrading to WOLips from Xcode or Project Builder]] | ||
12 | * [[Import an Xcode project into WOLips]] | ||
13 | * [[Using the XcodeMigration tool>>WOL:XcodeMigration]] | ||
14 | |||
![]() |
86.1 | 15 | ==== Setting Up a Project ==== |
16 | |||
![]() |
102.1 | 17 | * [[WOL:Create a new WO Application]] |
18 | * [[Setting the default text encoding for Eclipse]] | ||
19 | * [[Add a Jar Dependency]] | ||
![]() |
97.1 | 20 | * [[Add a Framework Dependency]] |
![]() |
102.1 | 21 | * [[WOL:Create a WebObjects Framework]] |
![]() |
97.1 | 22 | * [[Working with the Jars in WebObjects Extensions]] |
![]() |
102.1 | 23 | * [[Custom Project Templates]] |
24 | * [[About the Properties file]] | ||
![]() |
86.1 | 25 | |
![]() |
102.1 | 26 | ==== Troubleshooting Build Problems ==== |
27 | |||
28 | * [[General Problems Building and Running>>Troubleshooting Problems Building and Running]] | ||
29 | * [[Sticky WOD error markers will not go away]] | ||
30 | |||
![]() |
86.1 | 31 | ==== Editing WOComponents ==== |
32 | |||
![]() |
102.1 | 33 | * [[WOL:Create a new WO Component]] |
34 | * [[WOL:Edit a WO Component]] | ||
35 | * [[WOL:Using WOBuilder with WOLips]] | ||
36 | * [[Content Assist for WOD Files]] | ||
37 | * [[Modern Binding Styles]] | ||
38 | * [[WOOGNL Helper Functions]] | ||
39 | * [[Refactor - Rename Binding Feature>>Refactor - Rename Binding Feature]] | ||
40 | * [[Refactor - Format HTML Feature>>Refactor - Format HTML Feature]] | ||
41 | * [[Rename a WOComponent]] | ||
42 | * [[Click to Open]] | ||
![]() |
89.1 | 43 | |
![]() |
86.1 | 44 | ==== Editing EOModels ==== |
45 | |||
![]() |
102.1 | 46 | * [[Entity Modeler]] |
47 | * [[WOL:Generating Custom EO Java Classes]] | ||
48 | * [[WOL:EOGenerator]] | ||
![]() |
97.1 | 49 | * [[Using Model Groups]] |
![]() |
102.1 | 50 | * [[WOL:Creating a Many to Many Join]] |
51 | * [[Using EntityModeler.app]] | ||
![]() |
86.1 | 52 | |
![]() |
102.1 | 53 | ==== Eclipse/WOLips Development Tips ==== |
54 | |||
55 | * [[Keyboard Shortcuts]] | ||
56 | * [["File-hopping" Navigation in Eclipse>>"File-hopping" Navigation in Eclipse]] | ||
57 | * [[Best Eclipse Resources]] | ||
58 | |||
![]() |
86.1 | 59 | ==== Running and Debugging ==== |
60 | |||
![]() |
102.1 | 61 | * [[WOL:Debug Code in a Framework]] |
62 | * [[Click to Debug]] | ||
63 | * [[Using the debugger]] | ||
![]() |
86.1 | 64 | |
65 | ==== Deployment ==== | ||
66 | |||
![]() |
102.1 | 67 | * [[WOL:Deploy a WO Application]] |
68 | * [[WOL:Split Install Deployment]] | ||
69 | * [[Change default application bundle names]] | ||
70 | * [[WOL:Embedding WOFrameworks]] | ||
71 | * [[WOL:Alternative Ant Build Script for Fully Embedded and Split Install Bundles]] | ||
72 | * [[Remote deployment with Ant and ssh]] | ||
![]() |
86.1 | 73 | |
![]() |
102.1 | 74 | ==== Maven (Alternative build environment) ==== |
75 | |||
76 | * [[Maven Hello WOrld]] | ||
77 | * [[Maven Create WO Application Project]] | ||
78 | * [[Maven Running or Debugging as WO Application]] | ||
79 | * [[Maven Kicking the tyres without changing your project structure]] | ||
80 | * [[Maven Creating Wonder Applications]] | ||
81 | * [[Maven Creating Wonder Frameworks]] | ||
82 | |||
![]() |
86.1 | 83 | ==== Misc ==== |
84 | |||
![]() |
97.1 | 85 | * [[Pesky 'Serializable class without serialVersionUID' Warnings]] |
![]() |
102.1 | 86 | * [[Pesky WOComponent Errors]] |
87 | |||
88 | ==== Beginner's Guides ==== | ||
89 | |||
90 | * [[Beginner's Questions]] | ||
91 | * [[JDBC and Entity Modeler, issues and configuration>>JDBC and Entity Modeler]] | ||
92 | * [[How do I add a static image to a component's page?>>How to add an image to a Component]] |