You can send raw HTTP request to your server from J2ME in case the Restlet client API are not available on your J2ME device (eg, Restlet client API could have dependencies on J2EE classes out side of J2ME profiles).
> Hi, > > i just started using Restlet and followed the "items" tutorial on the > homepage. > I created the Server part and deployed it into Tomcat 6. It works just fine > with the console Java client. > Now I tried to migrate the console client to a J2ME Midlet, as I want to use > some RESTful services from my mobile device. > > The following statement from the tutorial code gives an error: > Form form = new Form(); > The error says that it can't find class java.util.List which is not present > on the mobile device. > Is there a way to create a client ob J2ME? > > mastricker > -- > View this message in context: > http://n2.nabble.com/Restlet-Client-with-J2ME-issues-tp2209206p2209206.html > Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1049819

