| Sign In/My Account | View Cart |
| Article: |
Using WebObjects: More Practical Tips and Tricks | |
| Subject: | Use EOGenerator to generate EOs | |
| Date: | 2004-01-20 15:14:19 | |
| From: | ghopson | |
|
Check out EOGenerator at http://www.rubicode.com/Software/EOGenerator/ - this command line utility uses templates to generate both the _User and the User java files, and subsequently will only overwrite the _User.java file if the schema changes, thus leaving your custom code alone. And because it is a command line utility, it's scriptable, so you canmake it a part of your build scripts.
|
||
Showing messages 1 through 1 of 1.
I've used EOGenerator before and found it quite handy.
(Thank you for the insight, as I'm still trying to figure out the audience of these articles.)