Tuesday, August 22, 2006

Grails InfoQ Article: Grails+EJB3

There is a great article up on InfoQ demonstrating how to use Grails with an EJB3 compliant domain model. The article is by Jason Rudolph author of another excellent article on using Grails with legacy database systems.

Thanks for another great contribution Jason!

1 comment:

Unknown said...

hi Graeme,

Just curious. Does Grails has any plans to support "Custom" generators?

For example if I define a domain with Employee with "resume" as an attribute that is actually an Attachment object that sits on a totally different system/application.

Editing of this Attachment happens in a different UI etc.. Hope you know what I mean.

I would like to add generator code if the "data type" of a domain's attribute is Attachment. Is that possible?