[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-23 Thread [EMAIL PROTECTED]
The CVS version of Seam offers a much more flexible components.xml file (roughly equivalent to the functionality available for normal JSF managed beans). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3967010#3967010 Reply to the post :

[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-23 Thread patrick_ibg
I too have a bit of an issue with putting @Name, @Scope and @Roles in entity beans. That said, I wouldn't want Spring-style external XML declarations either. Would it be possible to have a configurable naming strategy? The default would be the conventional same as ClassName but lowercase first

[jboss-user] [JBoss Seam] - Re: components.xml suggestion

2006-08-20 Thread zzzz8
I have some questions about components.xml, too. In terms of managed beans and faces-config.xml, I would like to do something similar in components.xml in terms of reusing Seam components. I understand that Seam offers annotations to do this: @Role and @Roles. However, I'd like to set