JMS

2010-09-06 Thread Fraser Goffin
Are there any plans in the near term to support JMS. Those of us using Restlet in Enterprise environments often require asynchronous and highly reliable protocols offered by one of the popular messaging backbones (MQ) ?? Fraser. --

JMS

2010-09-06 Thread webpost
Are there any plans to support JMS transport any time in the near future. Those of us using Restlet in Enterprise environments often require the use of asynchronous and highly reliable protocols ?? --

Error while parsing simple plain text fields in multipart form at Restlet 1.1

2010-09-06 Thread webpost
Hi everybody! I have some troubles with parsing simple plain-text form fields in Restlet v1.1 The form looks like form action=/restletServlet method=post enctype=multipart/form-data textarea name=simpleField rows=10 cols=100Simple text content/textarea input type=submit value=post /form

Using a REST layer for UI and services

2010-09-06 Thread webpost
Hi everyone, I have a web app who is divided into a web services and a ui front end. Actually the ui is made from servlets who call a business services layers and my web services use the same business layer. But I wonder if it is a way to write a set of REST services for replacing the old web