Re: Coding for a clustered environment

2003-01-19 Thread PiFen Ellwood
sorry for my bad grammar, correction: Since you are restricted on using static fields ... --- PiFen Ellwood <[EMAIL PROTECTED]> wrote: > Actually, you need to be very careful about using > Singletons in the J2EE application. > > 1. Since you are restricted to use static fields in > your EJB, you ma

Re: Coding for a clustered environment

2003-01-19 Thread PiFen Ellwood
Actually, you need to be very careful about using Singletons in the J2EE application. 1. Since you are restricted to use static fields in your EJB, you may need to find other ways to stimulate the Sigleton pattern. One of the recommanded way is via JNDI according to Ed Roman's book. In addition,

Re: Coding for a clustered environment

2003-01-18 Thread Christian Bollmeyer (GMX)
Am Samstag, 18. Januar 2003 03:59 schrieb Sajag Patel: When coding for clustered applications, generally keep special heed of Singletons in your app. Apart from that, clustering capability heavily depends on your app's architecture in the first place and IMHO is a topic too complex to be laid out

Coding for a clustered environment

2003-01-17 Thread Sajag Patel
I was wondering if anyone knew of any special coding technique or changes that need to be made to run an application on an clustered iplanet application servers. Any feedback would be helpful. Thanks. Sajag === To unsubscri