Using WOBuilder with WOLips
Using WOBuilder with WOLips the general consensus is: Don't. WOBuilder was deprecated with the release of WebObjects 5.3 and eliminated alltogether with the release of Leopard and WebObjects 5.4. In that same time the Component Editor in WOLips has taken massive strides in functionality and ease of use. Many ...
|
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 ...
|
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 ...
|
WOLips-Eclipse beginner mistakes and questions
document tries to catch the errors that every beginner seems to have to go through before reaching Eclipse/WOLips nirvana. The path is narrow and slippery, but thou shalt be rewarded.... Common errors The first most common error: Eclipse/WOLips does ...
|
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 ...
|
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 ...
|
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 ...
|
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 ...
|
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 Package Explorer, RightClick/CtrlClick the "WO Frameworks" item and select "Configure...". Alternatively ...
|