Changes for page EOGenerator

Last modified by David Avendasora on 2011/08/25 00:02

From version 27.1
edited by David Avendasora
on 2011/05/25 13:05
Change comment: There is no comment for this version
To version 28.1
edited by David Avendasora
on 2011/05/24 12:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -EOGenerator
1 +WOLips EOGenerator
Content
... ... @@ -1,11 +1,7 @@
1 1  The WOLips EOGenerator is an integral part of WOLips and shares its codebase with Entity Modeler. It uses release 1.5 of the [[Velocity Templating Engine>>http://velocity.apache.org]] and template files that use the [[Velocity Template Language>>http://velocity.apache.org/engine/releases/velocity-1.5/user-guide.html]]. This templating language is similar to the original Rubicode EOGenerator that many developers used with WebObjects 5.3 and earlier so migrating old templates to the new language is time consuming, but not difficult.
2 2  
3 -=== Default Setup ===
3 +=== Tutorial ===
4 4  
5 -If you don't specify a custom template name in your .eogen file, then the WOLips EOGenerator will simply use the built-in ones. This is the way all developers should start out. You can always grab those templates and modify them, or use some of the many modifications shared by other WebObjects developers on the [[WOL:EOGenerator Templates and Additions]] page.
6 -
7 -=== Customizing ===
8 -
9 9  There are two ways: create eclipse-wide settings, or create settings per project.
10 10  
11 11  Note: There is actually no need to download Mike's templates as described below unless you want to customize them. WOLips includes two sets of default templates in the .jar files (so don't bother searching your file system for them) - one as described below and another for use with WOnder. If you are using WOnder, you need to follow Mike's instructions for their use: "Where it says "Entity.java" and "//Entity.java" you can use WonderEntity.java and WonderEntity.java ... If your individual .eogen files override that, you will have to set it in there also". If you leave the "EOGenerator Template Folder" field empty, it will use the default templates...//