Combe, Colin wrote:
Adrian, yes, I think it's confusing too.
Actually, my reading of the current geotools API is that FactoryFinder
is deprecated and we're meant to be using
org.geotools.factory.FactoryRegistry.
I think that was for the implementation behind the individual FactoryFinder implementations, I have personally
"upgraded" a couple of them to use FactoryRegistry.

I assume the request was how to use a FactoryFinder, not how to make one? If you want to know how to make one you will find instructions in the geotools developers guide, Dave Blasby referred to these instructions as the "12 steps of hell" so you are warned.
All it amounts to is using the Java API plugin system.
- http://docs.codehaus.org/display/GEOT/8.3+Plugins+and+FactoryFinder

The instructions are offered for both FactoryFinder super class, and FactoryRegistry delegate.

Anyway, a jiira was recently created for providing an implementation of
GeoAPI's CommonFactory interface,
http://jira.codehaus.org/browse/GEOT-828, this should simplify things a
lot,
Not as much as using a container will.
Jody



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to