I'm using Clay-Plugin for Eclipse and convert the XML into schema.xml
using ant task
(http://publicsvn.bestsolution.at/repos/java/clayUtils/release/).
The ant file looks like this:
<taskdef name="clay2torque"
classname="at.bestsolution.clayutils.task.Clay2Torque"
classpathref="project-classpath" />
<clay2torque clayfile="MySchema.clay" schemafile="schema.xml">
</clay2torque>
Tom
Joe Weder schrieb:
Anyone know of a GUI design tool that can easily be used in conjunction with
the Torque/DdlUtils XML model?
I'm sure there are none that work right off the native Torque/DdlUtils XML.
But if it used XML I could at least transform its data file to
Torque/DdlUtils.
Any suggestions?