EOF-Modeling-EOModeler on Windows
(WebObjects)
You should use WOLips WOL:WOLips instead of the old development tools. Sigurður Anton Ólafsson If anyone is having a problem with EOModeler on Windows XP, here's a solution: I had a problem with EOModeler, it simply wouldn't start. It's a part of WebObjects ...
|
EOF-Modeling-Examples
(WebObjects)
An example database comes with WebObjects 5.3 or earlier. It is implemented in OpenBase http://www.openbase.com/ and a singlehost license is included. With WebObjects 5.4, the examples are running under Apache Derby http://db.apache.org/derby/ and don't include OpenBase anymore
|
Web Applications-Deployment-Memory Settings
(WebObjects)
Paul Lynch If you set it per instance using JavaMonitor, it goes in Instance Settings, Additional Arguments, with all the other command line arguments. In the project (Xcode 2.2), inspect the Executable for your app, and use the Arguments tab. Like the example ...
|
Web Applications-Development-Third Party Jars
(WebObjects)
First, a word of warning: DO NOT PUT YOUR JARS INTO /Library/WebObjects/Extensions/ !. You're heading for deployment and classpath problems if you do that. Third Party Jars with Eclipse/WOLips Problem You're using Eclipse, and you'd like to use one ...
|
EOF-Using EOF-EOGenerator
(WebObjects)
Contents Overview If you've ever used EOModeler's Java source code generator, you know how much of a pain it can be when you make changes to your model objects and have to merge changes in later. One solution for this is to use ...
|
Custom Project Templates
(WOProject / WOLips)
Introduction WOLips 3.3\ supports the definition of custom project templates. These templates support the declaration of custom configuration parameters and the files within the template are processed using the Velocity Template Engine http://velocity.apache.org/engine/devel/vtlreferenceguide.html. To use a custom project ...
|
Web Applications-Development-WODisplayGroup
(WebObjects)
Introduction A WODisplayGroup http://developer.apple.com/documentation/MacOSXServer/Reference/WO54Referen ce/com/webobjects/appserver/WODisplayGroup.html is a versatile way of fetching objects from the database and displaying them. Some of the options a WODisplayGroup can provide you are: paginate your results filter your results ...
Other labels:
wikitodo
|