Justin, a  couple questions here about ESM:
 
 - How does this affect download sizes of other client applications (GeoServer)
 - How does this affect the IP issues that have been ongoing?
 - Is this a dependency Geotools should have?
 - Is the library thread safe?
 
The third question is most important (I think). From some cursory glances (and informal design sessions a while back), the implementation looks like a good second generation to my first run at the problem. That said, it also alters the requirements ... mainly you are now relying on a single parsing framework (I was told the internal Xerces framework was off limits at the time).

The fourth question, is more todo with servlet containers. I don't know a whole ton about ESM, so this may not be a concern ... but when we have two simultanious executions threads (in a servlet) executing the same functionality, will the end user (Ex. Geoserver) need to perform any special actions (Like the Synchronizers commonly used for SDE calls)?
 
Thanks,
 
DZ
 
On 7/31/06, Jody Garnett <[EMAIL PROTECTED]> wrote:
Justin Deoliveira wrote:
> Hi all,
>
> Some of you might be aware of the xml parsing work that has been going
> on over the last while. It was used last year as part of ows-3, and
> intended to be used this year in ows-4.
>
I am a bit concerned that you will need the FM before you are done ...
but us ext is a great place for the tech....
> At the moment the code is off on a udig branch, i would like create a
> new module ( or an ext ) for it on geotools trunk. There is no conflict
> with the current xml stuff in main so we even move it into the same module.
>
However:
- if you intend other modules (like a wcs client) to extend this using
FactorySPI then we should place it in module/
- lets not place it into main :-)

Jody


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to