Re: Re: [JBoss-user] JBoss and JDO

2001-08-01 Thread C Murphy @ Intechtual
If I may ask, what RDB are you using behind Castor's JDO implementation on your project? Thanks Chris Murphy On Tue, 31 Jul 2001 21:18:11 -0500, [EMAIL PROTECTED] wrote: I wholeheartedly agree with this article. I am on a project where we originally were using entity beans, but we switched

Re: [JBoss-user] Design Question...

2001-07-30 Thread C Murphy @ Intechtual
Hey Tim, If I correctly understand your qutestion, this is more of a servlet type session management issue. Take a look at the javax.servlet.http.HttpSessionBindingListener interface. It's basically a callback interface for when a session expires. Objects in the session, that implement

[JBoss-user] Home Methods

2001-07-18 Thread C Murphy @ Intechtual
Hi, I posted this earlier, but got no response. Can someone give me a high-level technical explanation of how EJB 2.0 Home Methods are implemented in JBoss? I understand how they work from the perspective of the spec. I'm more interested in what takes place with JBoss during process of

[JBoss-user] EJB 2.0 Home Methods

2001-07-16 Thread C Murphy @ Intechtual
Hello, I have a possibly silly question. How are EJB 2.0 Home Methods implemented in JBoss? When a home method gets called is a random instance from the cache selected and it's remote interface returned just for that method call? I'm trying to determine the overhead of using them, as well as

[JBoss-user] Add DataSource (connection pool) Dynamically.

2001-07-11 Thread C Murphy @ Intechtual
Hello, Sorry that this is kind of long, but I'm currently working with a fortune 500 client that is trying to select an App Server to base a product on. The choice is now between JBoss and WebLogic. One of the main features that they are requiring is the ability to dynamically add connection

[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 C Murphy @ Intechtual
on the WebContainer side and extrapolating that to the EJB side - so I am open to correction on this. Jules C Murphy @ Intechtual wrote: 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