Re: ClassLoaders

2001-11-28 Thread Tim Fox
> -Original Message- > From: A mailing list for Enterprise JavaBeans development > [mailto:[EMAIL PROTECTED]]On Behalf Of Mike Clark > Sent: 26 November 2001 20:32 > To: [EMAIL PROTECTED] > Subject: Re: ClassLoaders > > > Kenji Konaka wrote: > > > > 2) Is it possible to load a load a

Re: EJBHome and thread safety

2001-10-26 Thread Tim Fox
think it is very interesting that none of > the vendors have chimed in about how their products work here. So far our > single reference point is Ian's comments on JBoss. > > Cheers > > -Original Message- > From: Tim Fox > To: [EMAIL PROTECTED] > Sent: 10/26/01 5:

Re: EJBHome and thread safety

2001-10-26 Thread Tim Fox
: 25 October 2001 21:18 > To: Tim Fox; [EMAIL PROTECTED] > Subject: Re: Re: EJBHome and thread safety > > > I'm curious where the potential for EjbHome resource contention lies. > AFAIK the stub is a stateless invoker that simply routes marshalled > objects. What is a scen

Re: EJBHome and thread safety

2001-10-26 Thread Tim Fox
- > From: Fred Loney [mailto:[EMAIL PROTECTED]] > Sent: 25 October 2001 21:18 > To: Tim Fox; [EMAIL PROTECTED] > Subject: Re: Re: EJBHome and thread safety > > > I'm curious where the potential for EjbHome resource contention lies. > AFAIK the stub is a stateless invoke

Re: EJBHome and thread safety

2001-10-25 Thread Tim Fox
I'm not doubting you, but can you tell us how you came to the conclusion that the EJBHome stub is not thread-safe? It's just that, if true, I have lots of code to rewrite (the Home-cache pattern is very popular) :( Thanks in advance. > -Original Message- > From: A mailing list for Enter

Re: Server-side data caching

2001-10-25 Thread Tim Fox
c below > -Original Message- > From: Evan Ireland [mailto:[EMAIL PROTECTED]] > Sent: 24 October 2001 21:28 > To: Tim Fox > Cc: [EMAIL PROTECTED] > Subject: Re: Server-side data caching > > > Tim Fox wrote: > > > This may work in practice - specificall

Re: Server-side data caching

2001-10-24 Thread Tim Fox
This may work in practice - specifically (and probably only if) your ejbs are all running in the same JVM. This will probably be true in most cases - but there is nothing in the spec. that prevents an EJB server from using multiple JVMS, or even clustering across multiple machines - in those cases

Re: getting resultset from stored procedure - oracle

2001-10-17 Thread Tim Fox
Title: RE: getting resultset from stored procedure - oracle Here's a more detailed elaboration:   javax.sql.DataSource ds = getDataSource(...); java.sql.Connection conn = ds.getConnection();   CallableStatement stmt = conn.prepareCall("{?=call get_catalogue(?)}"); stmt.regis

Local ejb or vanilla objects - aaaaggh!

2001-07-05 Thread Tim Fox
I'm designing a new system and was intending to use a session bean facade talking to a graph of "vanilla" java business objects. The persistence of the vanilla objects is handled by a third party o/r tool. Since the tool handles caching etc. as well as straight persistence, and considering the per

Re: [OFF-TOPIC] Help on Cocobase

2001-03-14 Thread Tim Fox
the result of lookup as null. > In the database, data exists in Customer as well as Address tables. > > Please help me solving this problem. > Thanx a lot > > Sumit. > > === > To uns

EJB2.0 servers

2001-03-12 Thread Tim Fox
Anyone know of any ejb servers supporting ejb2.0, but not weblogic (it's too expensive!). Some (eg Orion) seem to support a subset of ejb2, but I need the whole thing (especially query language and many-many and dependent object support). TIA -- Tim Fox (¦¬o) Technical Architect Hype

Re: J2EE development/deployment cycle

2000-12-08 Thread Tim Fox
> There is very little time or effort involved. > > Jeff Schnitzer > [EMAIL PROTECTED] > > >-Original Message- > >From: Tim Fox [mailto:[EMAIL PROTECTED]] > >Sent: Friday, December 08, 2000 4:08 AM > >To: [EMAIL PROTECTED] > >Subject: J2EE develo

J2EE development/deployment cycle

2000-12-08 Thread Tim Fox
I'm interested in knowing people's strategies for deployment when developing a J2EE application. It seems impracticle (and time consuming) to me to have to repackage all the .war and .ear files and redeploy to the server everytime they make a minor change to an .htm, .jsp or .gif file during the

Re: Question on clustering and scalability

2000-08-24 Thread Tim Fox
such VMs for scalability. Would this be an array of VM's all running on the same machine? (Or is this not an important distinction?) I guess the advantage here would be a network call to synchonized state is more expensive than an interprocess call between VMs. Isn't there a problem with scalability though in ha

Re: Question on clustering and scalability

2000-08-23 Thread Tim Fox
Persistent Cache Architecture (PCA). Note that GemStone can also leverage > PCA to maintain HttpSession state consistency between multiple servlet > engine VMs. > > > Randy Stafford > Senior Architect > GemStone Professional Services > > > -Original Message-

Re: Question on clustering and scalability

2000-08-23 Thread Tim Fox
om that, what does EJB do? Can anyone enlighten me? Much respect as I have for Sun - (and I am a staunch Java supporter) I am beginnning to think it's a bit of red herring "Lahooti, Hamid" wrote: > >From: Tim Fox [mailto:[EMAIL PROTECTED]] > >Client A commits his

Re: Question on clustering and scalability

2000-08-23 Thread Tim Fox
, 23 Aug 2000 11:23:01 +0100, Tim Fox <[EMAIL PROTECTED]> wrote: > > >I have a question on the maintaining of state consistency and > >scalability on ejb servers. > > > >If I have, say, two ejb servers working in a load-balanced arrangements. > > > >Both se

Question on clustering and scalability

2000-08-23 Thread Tim Fox
e has happened)/ If it doesn't then how can I possibly use entity beans in a load balanced environment? TIA -- Tim Fox (¦¬o) Hyperlink interactive http://hyperlink.com email: [EMAIL PROTECTED] phone: +44 (0) 207 240 8121 ===

Re: Object-relational problem

2000-05-19 Thread Tim Fox
ngleton it can retain the result set over multiple > > > instances of the Entity bean. In your case I would likely use a > > > findAllCustomers, and spit that back to the rendering engine to put on the > > > web page. makes for 2 database calls, one to get all the custom

Re: Object-relational problem

2000-05-18 Thread Tim Fox
omers, and one > to fill the address class. > > Al > > - Original Message - > From: Tim Fox <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, May 18, 2000 11:17 AM > Subject: Object-relational problem > > Here's a problem I've

Object-relational problem

2000-05-18 Thread Tim Fox
x27;d been interested in any comments/solutions people have implemented, as this is really bugging me (BTW if I wasn't using ejb I'd use 3) since I wouldn't have any remote calls problems). Cheers -- Tim Fox (¦¬o) Senior developer Hyperlink plc

recommendations for ejb servers

2000-05-18 Thread Tim Fox
in 100% java 4. Fully J2EE compliant 5. Needs to run on NT and Linux (although that's taken given point 3) Any ideas? Cheers -- Tim Fox (¦¬o) Senior developer Hyperlink plc http://hyperlink.com email: [EMAIL PROTECTED] phone: