On 4/24/07, Jerome Louvel <[EMAIL PROTECTED]> wrote:
Alex, Thanks for leveraging the Restlet API in this new effort. This looks useful and really promising!
Thanks. I've actually just gotten it to the point where I can create an application and have it respond to both HTTP and XMPP. It attempts to chunk large messages so that they are delivered in smaller packets over XMPP. It seems to be working and I'm quite pleased with the result. The cool bit here is that I've been able to dump my old API in Xeerkat in favor of the restlet API. If you then want to do additional collaborative computing over XMPP, you just use a framework API that I provide via the context. That means writing simple applications is as simple as writing a Restlet--which is really the right abstraction. --Alex Milowski

