Hi, I want to implement a chat. I was thinking about doing REST requests between clients and the object handling the chat. For instance, client would request a chat conversation by doing an HTTP POST http://host/ChatHandler?request=true
On the servers side (Tapestry therefore), how should I do this? Simply use a Servlet, create an asset or an engine service? The server sends an http response to the client too and must keep objects alive to keep a record of the chat. Thanks for your help. -- Mário --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]