[jboss-user] [JBoss Seam] - Re: Seam calling other ejbs

gavin.king@jboss.com do-not-reply at jboss.com
Wed Sep 27 11:28:51 EDT 2006


@Name is not the only way to make something a Seam component - you can alternatively use components.xml.

In fact, I have more and more been leaning away from putting @Entity annotations directly on entity beans, and leaning towards using stuff like the manager component pattern for associating entities with context variables. (eg. the new CRUD framework in CVS uses this approach.)

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

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



More information about the jboss-user mailing list