Hi Seam and JSF doesn't force any kind of design pattern on you.
JSF in general is built with dependency injection as a cornerstone and Seam uses and enhances this functionality. So you can define your service anyway you like and inject the into the backing beans( which are called from the web interface), the backing beans would then delegate to your services. Cheers View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128364#4128364 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128364 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
