I'm looking for a Java EE MDA framework that generates a complete Java EE application. I mean starting by modeling with some tool like magicdraw sybase PowerDesigner then it generates the java classes (hibernate or JPA if possible) and finally the presentation layer is generated based on the model.

ie: Suppose my UML model has a class called Person (id, firstName, lastName), then the framework will generate the java source and the .class files. After that in the presentation layer I can let the CRUD operations be generated based on my model.

I have searched on the net but unfortunately [edit: could not find anything?] (except Spring ROO but it does not start from the UML model).

link|improve this question
feedback

1 Answer

I'm working on an UML to OpenXava transformation, where I generate the JPAs definitions and then I rely on OpenXava to generate the full application (following the same philosophy behind my UMLtoDoctrine and UMLtoDjango services).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.