From: Phillip B. <phi...@cl...> - 2002-02-09 09:16:25
|
Hi Doug, I was thinking an Ant task might be more useful than a GUI. I could then combine this with a task to drive DBSchemaExport and then the building of the mapping and generating a db schema becomes just two clicks in my IDE - call me lazy :-) On the MappingByReflection side of things all that would be required is a method to accept a String[] of class names to be mapped, a File for the mapping to be written to and the uid argument. This method would also need to throw an exception if a mapping fails or there is an IOException with the XML file. Any one see any negatives? Phillip B. |