About the Properties file
Introduction Most applications need a place to hold application configuration information. In java, a file with simple entries in traditional java.util.Properties http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#load(java .io.InputStream) format can be read and merged with the System properties ...
|
Add a Framework Dependency
Most projects have dependencies on additional frameworks such as Project Wonder. This short tutorial will show you how to include those frameworks in your WOLips project. 1. In the 'WO Explorer' subview, select the project icon and rightclick on it, select "Properties", go ...
|
Add a Jar Dependency
You'll often need to work with 3rd party Jars, as well as your own reusable code. Adding these to your project is very simple. # By default WOLips will create a {{Libraries}} folder in your project directory. Populate this with any jars you like ...
|
Create a new WO Component
How to use Component Editor http://www.wocommunity.org/podcasts/ComponentEditorHowto.mov Let's add a new WO Component to our project. 1. RightClick/CtrlClick on the project and select "New" => "WOComponent" !Picture 25.png! 2. The "New WebObjects Component" dialog opens ...
|
Edit a WO Component
Let's go ahead and edit the default Main.wo WO Component that is in this project. 1. Rightclick/Ctrlclick on Main.wo in Package Explorer and select "WOLips Tools" => "Open WO". Alternative ways of opening the Component Editor include: Opening the Java file for a WO ...
|
Generating EO Java Classes
WOLips encapsulates the functionality of EOGenerator http://www.rubicode.com/Software/EOGenerator/ so that the Java classes can be generated from within Eclipse. WOLips can create an .eogen definition for you when the model is created or you can create one ...
|
java.lang.Object cannot be resolved
Introduction You may import a project from CVS, Subversion or somewhere and you have a lot of red x's, and you did not expect it. Usually this means you have build path problems. For example, a colleague recently followed the tutorial for importing ...
|
Scratch Setup of WebObjects Development on a Mac
Introduction We take so much for granted when it comes to setting stuff up. Only when we might be helping someone new to get started with WebObjects development do we realize that there is so many separate interrelated technologies ...
|
Setting up a new ERD2W Application
now a wizard under New>Project for WOnderD2WApplication 1. Make sure you have the latest Wonder frameworks. Go here if you don't: http://webobjects.mdimension.com/wonder/ 2. Install WO:Project WONDERInstalling the Wonder Frameworks in /Library/Frameworks ...
|
Troubleshooting Problems Building and Running
Introduction If you are having problems building or running, here are some things to check. The examples are given for Windows as that seems to be the source of the most problems. The principles apply, though the paths are different, for OS X. wobuild.properties Many things will not work if this is missing, incorrect ...
|