Daniel Kulp wrote: > > With abstract=false (or omitted) and assuming a default of non lazy init, > then > when the Spring application context is created, it would create the > STSClient > bean immediately up front and it would always be there sucking up memory > and > such. > > With true, the definition is read, but nothing is instantiated. We then > create the STSClient object when we need it and then have spring > "configure" > it by doing the property injection and such based on the definition. >
Thanks--I updated the STSClient page with this info. Glen -- View this message in context: http://cxf.547215.n5.nabble.com/Question-on-indirect-instantiation-method-of-stsclient-tp1045922p1046553.html Sent from the cxf-user mailing list archive at Nabble.com.
