[jboss-user] [JBoss Seam] - Re: MDA generators with Seam?

vincent.latombe do-not-reply at jboss.com
Fri Aug 24 11:57:00 EDT 2007


About AndroMDA, I never really investigated their seam generator since i've been developping mine.

Currently, my generator features pretty much like seam-gen generate-entities, but from a class diagram containing entities and relations : I generate entities + home + queries + facelets. Database gets generated by hibernate-tools from entities. You get an entities-oriented CRUD application and not a Table-oriented like Seam-gen do. And you can specify a lot more on an UML model than on a database schema.

I also generate skeleton classes for services, with implementation for queries if needed (extending EntityQuery).

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077857#4077857

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077857



More information about the jboss-user mailing list