Ingo Brunberg wrote:

I am currently in the process of designing a JCA implementation for Slide to plug it into J2EE servers. This will work by using a client libarary to pass WebDAV requests over to Slide.

Questions:

- I need to implement something that comes close to a connection to Slide. How should it look like?

- What client library should I use and how should the API to program to look from inside the J2EE server.

- How do I use the client library in a concurrent scenario? Are there any multi-threading issues? Can I savely create multiple instances of WebdavResource and simply do requests to them?


As long as you create these WebdavResource instances by calling one of
the constructors (and not getChildResources()) and do not call more
than one method per instance synchronously there should be no
problems. If you need a more efficient solution, we must again think
about using HttpClient's MultiThreadedConnectionManager in the client
library.

Cool! Thanks :)

Do you think simply exposing the methods of WebdavResource as the API to program to from inside the J2EE server would be sufficient?

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to