Re: [Axis2] Setting properties and initialising

2005-06-02 Thread Srinath Perera
Hi Paul; I would like to see us implement an IOC model which is broadly compatible with IOC containers like Spring and HiveMind. I think we could easily integrate Axis2 with Spring and this would be very powerful. Because the Spring model doesn't introduce API dependencies we can have the

[Axis2] Setting properties and initialising

2005-06-01 Thread Paul Fremantle
Folks What is the object lifecycle of components used by Axis2 as server code implementations? i.e. is there an init() style call? do they get re-used or does the engine new them up for each invocation? Is there a way of setting properties on them? Paul

Re: [Axis2] Setting properties and initialising

2005-06-01 Thread Srinath Perera
Paul are you refering to the the class that implements the businuss logic? Thanks Srinath On 6/1/05, Paul Fremantle [EMAIL PROTECTED] wrote: Folks What is the object lifecycle of components used by Axis2 as server code implementations? i.e. is there an init() style call? do they get

Re: [Axis2] Setting properties and initialising

2005-06-01 Thread Paul Fremantle
Yes exactly. I'm looking at the sample EchoXML. Paul On 6/1/05, Srinath Perera [EMAIL PROTECTED] wrote: Paul are you refering to the the class that implements the businuss logic? Thanks Srinath On 6/1/05, Paul Fremantle [EMAIL PROTECTED] wrote: Folks What is the object lifecycle of

Re: [Axis2] Setting properties and initialising

2005-06-01 Thread Srinath Perera
Paul sorry had I give a fails hope , What I mean was that we can implemented that (but not implemented yet). I belive it is straight foward thing to implement, I will get back if I able to tacke that Thanks Srinath On 6/1/05, Paul Fremantle [EMAIL PROTECTED] wrote: Srinath Thats exactly the