Calling Restful web service within a Restful Web Service

2011-07-28 Thread Venkat Veludandi
Good afternoon. It was not intended but it forced us to call a restful web service within a restful web service. For example RWS1 in projectA deployed on server1 is calling RWS2 in projectB deployed on server2. I just wanted to find what could be disadvantes/cons by doing this. Thanks Venkat -

Mapping RestletServlet to two url-mappings

2011-04-15 Thread Venkat Veludandi
Good afternoon. We have a requirement that RestletServlet mapped to two url mappings as follows: RestletServlet org.restlet.ext.servlet.ServerServlet RestletServlet /external/* RestletServlet /internal/* I found that one of them works (either internal

Generating UTF8 encoding in xml response using xstream in Restlet 2.0

2010-10-31 Thread Venkat Veludandi
Good afternoon. I am using restlet version 2.0 along with xstream. When I test the Response of attached test resource the xml generated has ISO-8859-1 enconding as follows: Could you please let me know how to generate UTF8 encoding test name