A high-level design question: I would like to send an email representation from Restlet-GWT to a Restlet Service on the back-end for processing (sending). I'm thinking of using the JavaMail extension on the server side. I'm also thinking of POSTing a MessageRepresentation from the client side and noticed the JavaMailClientHelper class. Could I integrate that JavaMail extension class into GWT (i.e. would it work from AJAX)? ANy other suggestions for designing such an app (AJAX to RESTful service using Restlet)?
Thanks in advance. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2843317

