SolrClientHelper - unable to handle SOLR requests

2010-10-28 Thread John Wismar
Hi, again, gang. I'm writing a test program using Restlet 2.1-SNAPSHOT JEE, running as a Servlet in Tomcat, and trying to query a SOLR instance. (SOLR is running on the same Tomcat instance, if that's relevant.) I feel like I'm pretty close, and I've tried to understand the documentation, but

GWT/Restlet/GXT

2010-10-28 Thread Michael margozzi
My team is evaluating technologies for out new GUI. However, I am struggling at how to connect Restlets with GXT. I saw this posting by jlouvel and would love to know if the code or the tutorial/article existed. http://restlet.tigris.org/issues/show_bug.cgi?id=1094 Consider providing REST brid

RE: ClientResource and HttpClientHelper in 2.0.1

2010-10-28 Thread webpost
Thanks Thierry, I missed the context.setClientDispatcher call when looking at the api. btw, very much enjoying Restlet! -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2676681

RE: Restlet and Azure

2010-10-28 Thread Jerome Louvel
Hi Eric, Yes, the Restlet OData extension is only part of version 2.0. We will release 2.0.2 next week which will become stable, so no worry about stability at this point. Otherwise, if you just need to communicate with an Azure based application via HTTP, Restlet OData extension isn't necessar

RE: Restlet and Azure

2010-10-28 Thread Eric Roberts
I'll try and ask a different way. Is 2.0 REQUIRED in order to talk with Azure? -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2676769

Re: how to get String with space inside

2010-10-28 Thread Fabian Mandelbaum
Hello Nicho, you can use Reference.decode(String) to get the proper value without URL encoding chars in it. On Thu, Oct 28, 2010 at 10:53 AM, wrote: > I am trying to transfer a String with space character inside to server, but > server side can not retrieve it properly. for example, if I send

how to get String with space inside

2010-10-28 Thread webpost
I am trying to transfer a String with space character inside to server, but server side can not retrieve it properly. for example, if I send the string of London City, then server will display as London+City. How can I retrieve the String properly from server side? my client code is: String r

RE: Cannot request resources from GWT client when using Collection as a parmeter?

2010-10-28 Thread webpost
Thank you for the fix! I am looking forward to the new release! -- http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2676292