Read simple POST content

2008-03-07 Thread Peter Neubauer
Hi, I am trying to get over image data from a mobile phone using a very simple model where the data is sent as, according to the restlet Request headers, Content-Type: application/octet-stream Transfer-Encoding: chunked And the code sending it from the phone looks like conn = (HttpConnection)

Usage of the latest spring snapshot SpringApplication

2008-03-04 Thread Peter Neubauer
Hi there, I have been using the SpringApplication and extended it to look like public class TestRestApplication extends SpringApplication { public static GeneralDao dao; public TestRestApplication(Component comp) { super(comp); } public void

Re: 1.1-M2 maven dependency error for artifact 'com.noelios.restlet.ext.spring'

2008-03-03 Thread Peter Neubauer
Rasmus Agerholm rasmus at agerholm.org writes: HiThe pom file for the 'com.noelios.restlet.ext.spring' artifact found at the 'maven.restlet.org' repository, http://maven.restlet.org/com/noelios/restlet/com.noelios.restlet.ext.servlet/1.1-M2/com.noelios.restlet.ext.servlet-1.1-M2.pom defines