Re: [java ee programming] Delegate and DAO layers with EJB 3.0

2011-07-04 Thread Oh Chin Boon
: baqar_gr...@hotmail.com Subject: [java ee programming] Delegate and DAO layers with EJB 3.0 We are designing a simple web application, and have decided to use EJB 3.0 in it. We will use JPA for persistence with the session facade patterns. As I cannot discuss the application's business I

[java ee programming] Delegate and DAO layers with EJB 3.0

2011-07-04 Thread Baqar Naqvi
We are designing a simple web application, and have decided to use EJB 3.0 in it. We will use JPA for persistence with the session facade patterns. As I cannot discuss the application's business I have mentioned the relevant patterns that are being used. Given this I am trying to figure out the