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...
Benedic asked 4/3, 2011 at 21:37
1
Solved
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_...
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...
3
Solved
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...
© 2022 - 2024 — McMap. All rights reserved.