Tagged Questions

1
vote
1answer
157 views

Is there an open source complete Java EE MDA framework?

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 ...
0
votes
2answers
429 views

MDA : Model Driven Architecture

Need a idea for developing very simple application demonstrating concepts of MDA.
0
votes
1answer
275 views

Transform .HBM model to annotated pojos

We have our domain model declared in rusty old hbm files, we wish to move to POJOs annotated with the javax.persistence.* annotations. Has anyone had experience doing so? Are there tools that we ...