Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
2009/12/15 Andrea Aime > maven apache ha scritto: > > It is injected in other beans directly in the spring context file. >>Only a handful of beans are actually looked up using getBean, and >>usually when that happens we look for implementors of extension points >>instead of a spec

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread Andrea Aime
maven apache ha scritto: > It is injected in other beans directly in the spring context file. > Only a handful of beans are actually looked up using getBean, and > usually when that happens we look for implementors of extension points > instead of a specific bean, such a service imp

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
2009/12/15 Andrea Aime > maven apache ha scritto: > >> >> >> 2009/12/15 Just van den Broecke > j...@justobjects.nl>> >> >> >>You will find applicationContext.xml files within various GeoServer >> .jar >>files under WEB-INF/lib, for example wfs-2.0.0.jar web-*.jar and more. >> >> I am afra

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread Andrea Aime
maven apache ha scritto: > > > 2009/12/15 Just van den Broecke > > > You will find applicationContext.xml files within various GeoServer .jar > files under WEB-INF/lib, for example wfs-2.0.0.jar web-*.jar and more. > > I am afraid you did not understand me.

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread maven apache
2009/12/15 Just van den Broecke > You will find applicationContext.xml files within various GeoServer .jar > files under WEB-INF/lib, for example wfs-2.0.0.jar web-*.jar and more. > I am afraid you did not understand me. I know where the location of the xml files,and I see many beans are configed

Re: [Geoserver-devel] the spring component in gs

2009-12-15 Thread Just van den Broecke
You will find applicationContext.xml files within various GeoServer .jar files under WEB-INF/lib, for example wfs-2.0.0.jar web-*.jar and more. -- Just van den Broecke maven apache wrote: > Hi: > Sorry for my problem again. > These days I deepped into the gs sources codes, at the sametime I am n