Justin Deoliveira a écrit : > One thing we did talk about at foss with martin was that factory finder > the way it is now falls down in some environments, such as eclipse ( > udig ). So the ability to add additional iterators for looking up > factories I believe is needed. Martin agreed that this would be a good idea?
Yes, I'm working on it right now. I think that we can summarize the factory finder that way: we (should) use constructor injection everywhere (Picocontainer has a FAQ entry arguing for construction injection instead of method injection: http://www.picocontainer.org/Why+Constructor+Injection), and FactoryFinder is an alternative way to perform constructor injection that support default values (a.k.a. global setting), non-factory hints like "force longitude..." and work out of the box without requirying a container to be installed. Martin ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
