Hi,
 
I have an application design with the following architecture:
 
Presentation Tier - JSF , Backing Beans
Business Tier and Integeration tier : Session Bean (EJB 3.0) with JPA Entities
 
Instead of using seperate DTOs to transfer data between the layer I have used 
the detached JPA Entities i.e. these JPA Entities are used within the backing 
beans.
Ofcourse, Business Delegates are being used as well with Service Locator to 
fetch the session bean.
 
Given this is it possible to deploy the Presentation tier on a web server for 
e.g. tomcat with the business tier deployed on an application server such as 
Glassfish/Websphere/Weblogic.
 
I look forward to your replies.
 
Thanks,
Baqar
                                          

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

Reply via email to