Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-11 Thread Burkhard Vogel
, 2001 5:16 AM Subject: Re: [JBoss-user] In VM optimization between JBoss and Servlet Container Thanks for the responses. Your responses bring up another question though (sorry!). So, what you are saying is that if the classes for the Web application and the EJBs are packaged in the same ear

[JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-10 Thread C Murphy @ Intechtual
Hello, I'm working on a presentation for a client and I have a quick question about the optimization of in VM EJB calls in JBoss. I read in the documentation about how EJB-to-EJB calls are automatically optimized by bypassing the network layer. I didn't find any specific documentation, but it

Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-10 Thread Julian Gosnell
This is my understanding of the situation. Provided that EJBs and Servlets/JSP are packaged within the same EAR file, the J2EEDeployer will coordinate their deployment to the EJB and Web Containers. This coordination involves passing the same ClassLoader to both Containers. Any components

Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-10 Thread Scott M Stark
, 2001 12:04 PM Subject: [JBoss-user] In VM optimization between JBoss and Servlet Container Hello, I'm working on a presentation for a client and I have a quick question about the optimization of in VM EJB calls in JBoss. I read in the documentation about how EJB-to-EJB calls are automatically

Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-10 Thread Scott M Stark
double check this with a test case but this is how the code reads. - Original Message - From: Julian Gosnell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 12:27 PM Subject: Re: [JBoss-user] In VM optimization between JBoss and Servlet Container This is my understanding

Re: [JBoss-user] In VM optimization between JBoss and Servlet Container

2001-07-10 Thread C Murphy @ Intechtual
:27 PM Subject: Re: [JBoss-user] In VM optimization between JBoss and Servlet Container This is my understanding of the situation. Provided that EJBs and Servlets/JSP are packaged within the same EAR file, the J2EEDeployer will coordinate their deployment to the EJB and Web Containers