Re: 2.0snapshot Encoder.setMinimumSize broken

2009-12-15 Thread weltermann17
Hello, sorry for being so unspecific. I use a SE component with Jetty, the client is using the GWT edition. I tested with current versions of FF, Safari and Chrome. If the issue occurs they all show one or two characters missing at the end of a json string. Maybe with this small test case it

GWT-RESTLET: API to check the current browser instance is already basic authencated.

2009-12-15 Thread webpost
Hello, I am using RESTLET-GWT client to talk to restlet backend using basic authentication. It's working fine. I am looking for an api in GWT-RESTLET client side to check if the current browser is already authenticated, based on the I would provide a custom-popup to the user to provide the

(Servlet context) How to dynamically add Applications to already initialized ServerServlet?

2009-12-15 Thread Carsten Lohmann
Hi, I use Restlet in a servlet container, using the ServerServlet. In the web.xml I have added the org.restlet.component param and set my specific Component class. When it comes to the applications for this component, I have to be able to dynamically add and remove applications. But once

web.xml context-params go missing

2009-12-15 Thread Dustin Nicholas Jenkins
I have a Spring loaded RESTlet application using the 2.0M6 version. My ServerResources used to be able to obtain the context-params from the web.xml using the Context.getParameters() method, but that's no longer the case. Through my debugger, I can see that the parent of the parent of the

TunnelService - additional tunnel for quirky browser accept headers

2009-12-15 Thread Jonathan Hall
I wish to propose another tunnel which is a bit more practical in dealing with browser Accept header quirks. At present, browsers implement the accept header oddly. to quote Jon Blower's recent email to the list: Firefox 3: Accept header is

MIME Accept Type filter

2009-12-15 Thread Andrzej Berico
Our Restlet resource server APPLICATION_JSON and APPLICATION_XML. A JQuery client, sets the Accept Type to */*, application/xml. So the Restlet negotiates that APPLICATION_JSON should be returned as expected. However, we want APPLICATION_XML to be served. The problem is that we are unable to

FirstStepsApplication as standalone java app doesnt work

2009-12-15 Thread webpost
Hey everybody, I tried the firstSteps-tutorial in both ways - in a servlet container and as a standalone Java application. Inside the servlet container everything works fine. The pure java application doesn't work.I downloaded the source at

Re: MIME Accept Type filter

2009-12-15 Thread Rémi Dewitte
Hello, One simple hack I use is to check for ajax requests using to the X-Requested-With header. That way I don't add for example the json representation. Hope it helps, Rémi On Wed, Dec 16, 2009 at 05:21, Andrzej Berico andy.glo...@bericotechnologies.com wrote: Our Restlet resource server

Re: Object exchange between Android and AppEngine

2009-12-15 Thread Thierry Boileau
Hello Marcel, you can have a look here http://wiki.restlet.org/docs_2.0/303-restlet.html. It contains sample code with a GAA application (based on Restlet) and an Android client. Best regards, Thierry Boileau Hi Marcel, I have my business model on AppEngine and now like to use Android as