Is there an eclipse plugin for jdo which has a designer tab and a source tab like the xml editor?
The designer tab would have a table for me to key in all the fields, each row per field, with columns defining if that field is String, persistent, etc.
Then I flip over to source tab and, voila, is the java class source.
Or something like dat, even if it does not run on eclipse.
JDO is very standard pattern and if I have an extensive schema, a jdo designer would make life easier.