I've been using Geotools 2.1.0 with great success; thanks. Now I am trying to deploy using Web Start. It all works very well, but is slow to render WFS datasources. Digging behind the scenes, it appears the FactoryFinder makes URL requests for files back on the server. I've verified these files are in the jar files, but it still tries to get them off the server. What's worse, the URL.openStream() doesn't appear to be caching the file, so repetitive requests for the same file are made sequentially to the server.
EX: network: Connecting https://www.x.net/x/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory with proxy=DIRECT ...repeat 10s of times... network: Connecting https://www.x.net/x/META-INF/services/org.opengis.referencing.crs.CRSAuthorityFactory with proxy=DIRECT I'm probably doing something brain-dead; any suggestions would be great. Thanks, Drew. -- View this message in context: http://www.nabble.com/Geotools-2.1.0-with-Web-Start-tf3687735.html#a10309183 Sent from the geotools-devel mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
