[jboss-user] [JBoss Seam] - Re: Layering the code in Seam
monkeyden
do-not-reply at jboss.com
Fri Aug 24 11:40:12 EDT 2007
Seam does not prevent you in any way from taking that same approach. In fact, it makes some of that much simpler. For instance, using Seam Events or annotated methods you can invoke a business processes from your action without having to explicitly implement the Observer pattern and your action doesn't need to know anything about the process itself. It also integrates nicely with jBPM and jPDL, to simplify the overall implementation of business process. In my estimation, Seam was developed not only to simplify the interaction between the front end and the web tier, but the interaction of all tiers of your application.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077847#4077847
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077847
More information about the jboss-user
mailing list