[jboss-user] [JBoss Seam] - Re: Separation of User Interface from Business Layer with Se

michael.c.small do-not-reply at jboss.com
Thu Sep 20 11:02:45 EDT 2007


Seam allows you structure your application in any number of ways.  There is nothing preventing you from calling your business tier objects from your Seam components (e.g. inject your business tier services through @EJB).  Then your Seam components call the business tier objects to perform the business logic and persistence.  Think of Seam not as UI and persistence framework, but as an application framework that sits on top of your business tier.

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

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



More information about the jboss-user mailing list