views:

69

answers:

2

Hi All, is there any tool that would read a something like a hibernate mapping file and would then create some stubs of java code for a java Swing client ?

Thanks,

A: 

If your model consists of Java beans, try MetaWidget.

Aaron Digulla
A: 

Although not exactly what you asked for the implementations of the Naked Objects architectural pattern might be of interest: http://en.wikipedia.org/wiki/Naked_objects

Jens Schauder