[java ee programming] Deploying the web tier on seperate web server

2011-07-27 Thread Baqar Naqvi
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

[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

RE: [java ee programming] Re: Error while deploying application on glassfish

2011-06-14 Thread Baqar Naqvi
this. Sounds similar problem . http://goo.gl/BazTp On Jun 7, 2:48 pm, Baqar Naqvi baqar_gr...@hotmail.com wrote: I get the following error when I try to deploy the j2ee tutorial 5 dukesbank application on glassfish 3.01 using netbeans 6.9 : WARNING: ACDEPL112: Error attempting to process

[java ee programming] Error while deploying application on glassfish

2011-06-07 Thread Baqar Naqvi
I get the following error when I try to deploy the j2ee tutorial 5 dukesbank application on glassfish 3.01 using netbeans 6.9 : WARNING: ACDEPL112: Error attempting to process extensions from the manifest of JAR file C:\Program

[java ee programming] Re: Sorting technique

2008-12-15 Thread Baqar Naqvi
by clause. S. Baqar Naqvi. Date: Sun, 14 Dec 2008 22:22:29 -0800 Subject: [java ee programming] Sorting technique From: naveenkumarnl1...@gmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com hi team, i need to know about the best sorting technique used in java. Statement