> Hopefully this will scare Ryan into coming out of the dark and work in > the light.. :-)
I just finished a side-job I've been working on plus graduate school homework Its 4am on Sunday morning. I will try to bang out what I have left on my first pass refactoring tomorrow , uh...I mean later today. I have been following the mailing lists : -) and I am definitely still in. The xml record generation I think is a great idea. We use it at work for database table generation and Object-Relational mapping. Lets say we have a table called Document. Our xml-schema parser creates two java files, AbsDocument.java and Document.java. AbsDocument has all of the generated code for getting and setting data to and from the database. Then we can add methods to Document.java w/o having to worry about adjusting our code (most of the time) when we change our schema. -Ryan
