restlet Questions

1

I am new to RESTful web services and RESTlet. WE only have experience building servlet based web applications (Servlet/JSP on JBoss/Apache). Now, we are building a RESTlet based application where t...
Runway asked 10/10, 2011 at 10:45

2

Solved

Does anyone know why this is, or how to fix it? I'm using an android to connect via httpclient - the Simple connector resumes the connection just fine, but Jetty performs a new handshake each time...
Simmonds asked 27/6, 2011 at 7:10

2

Solved

We have a small app with Restlet on the GAE server and GWT and Android clients. Restlet serves GWT-serialized replies to GWT clients and JSON to Android clients. All is ok with GWT-serialization b...
Macaronic asked 29/10, 2010 at 11:34

3

Solved

I'm teaching a college course on mobile application development and would like to introduce my students to a REST framework for use with App Engine, to help them with data storage for the And...
Crofter asked 30/3, 2011 at 1:9

3

Solved

For a RESTful web service we say that that the server shouldn't store any state. Now for every request the 'user' must be authenticated and must have an authorization for the action(s) he/she wishe...

1

Solved

I've been trying to choose which technology to use for a REST application and have found 4 candidates: Jersey - jersey.java.net Apache Wink - incubator.apache.org/wink RESTlet - www.restlet.org...
Erysipelas asked 21/11, 2010 at 13:17

2

Solved

I have a resource that is a . This means my url looks like this: http://myapp/index/. And i need to add query parameters so that it looks like this: http://myapp/index/.?type=xml I use Freemarker f...
Thibaut asked 4/10, 2010 at 15:30

3

Solved

I have a developed a Restlet application. I would like to return a JSP file on a URL request through Restlet. How can I achieve this without using a redirect? i.e. Let's say I have the file "conta...
Rodge asked 14/8, 2009 at 3:32

5

Solved

To preface I am new to web development. I am looking at creating a core set of RESTful web services around a valuable document library of sorts (initial CRUD abilities). In doing so I am theoretica...
Polypody asked 28/3, 2010 at 18:50

5

Solved

I am using RESTlet and I have created a resource. I handle POST by overriding acceptRepresentation method. The client should send me some data, then I store it to DB, set response to 201 (SUCCESS_...
Chief asked 2/12, 2009 at 0:15

2

I have a JAX-RS web service implemented with Restlet library and now I want to test it. In order to do that I'd like to host this service in my test by preinitializing it with mocked services. Wha...
Rhymester asked 26/5, 2009 at 17:22

3

Solved

I'm trying to send a byte[] (using PUT) with Restlet but I can't find any info on how to do it. My code looks like this: Request request = new Request(Method.PUT, url); request.setEntity( WHAT DO ...
Puffery asked 24/5, 2009 at 18:7

1

Solved

To put it simple, I've written a JSE Swing app that needs to talk to a GWT server I've written earlier. I absolutely love the way GWT does remoting between it's javascript and server sides and wish...
Allophane asked 13/11, 2008 at 9:47

© 2022 - 2024 — McMap. All rights reserved.