[jboss-user] [JBoss Seam] - Re: Injecting properties using CRUD framework

2007-05-17 Thread bulloncito
... then you would be programming in xml instead of java, wrong choice I would say ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046543#4046543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046543 __

[jboss-user] [JBoss Seam] - Re: Injecting properties using CRUD framework

2007-05-17 Thread pdhaigh
Hi, Thanks for the reply. I knew it was possible extending entityhome, but I was wondering if there was a way to do it via xml configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046400#4046400 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Injecting properties using CRUD framework

2007-05-16 Thread bulloncito
... you can use Inheritance Aproach, extending EntityHome and overriding update method. ... documentation states: We can define a personHome component either via configuration: Or via extension: @Name("personHome") | public class PersonHome extends EntityHome {} there you can @Override