Re: common stuff

2008-10-02 Thread sumanth s
Hi walden Any answer to my question thanks in advance rty On Wed, Oct 1, 2008 at 12:56 PM, sumanth s <[EMAIL PROTECTED]> wrote: > so do I need to implement all this in the layer to which we make RPC > calls(singleton).?or do u think there is some better way of doing this? > &g

Re: common stuff

2008-10-01 Thread sumanth s
t; > On Oct 1, 11:54 am, "sumanth s" <[EMAIL PROTECTED]> wrote: > > Hi walden > > > > One more question > > > > we currently Create your own RequestProcessor to execute some business > > logic at a particular point during the request-processing

Re: common stuff

2008-10-01 Thread sumanth s
ssing. > > walden > > On Sep 30, 10:06 am, "sumanth s" <[EMAIL PROTECTED]> wrote: > > Hi walden > > > > thanks for ur reply. Your are saying It is the layer into which you make > > all RPC calls.so what you are saying is every RPC call fr

Re: common stuff

2008-09-30 Thread sumanth s
Hi walden thanks for ur reply. Your are saying It is the layer into which you make all RPC calls.so what you are saying is every RPC call from client class will go first to this so called proxy class before calling implementation class..is it right? How did u do that?How can u call a common class