Re: can i use ijetty as a server and host restlet service on android?

2010-04-28 Thread Jerome Louvel
Hi Keith, I haven't tried to integrate Restlet with iJetty on Android and don't know if it works. Feel free to enter a RFE for this in our issue tracker. As an alternative, you can try our internal HTTP server, part of org.restlet.jar which works on the Android edition as well. Best regards,

Re: Restlet and DAO

2010-04-28 Thread Jerome Louvel
Hi Nico, Here is the process: - create a subclass of ConnectorService - override the afterSend(Representation) method - test the representation instance against your base MyRepresentation class - cast it to your MyRepresentation class and invoke your commit/rollaback logic I

RE: Re: SSL modifications since 2.0 RC 1 ?

2010-04-28 Thread Nicolas Rinaudo
Hey Bruno, Cheers, that clarified lots of SSL things for me and allowed me to fix the RC 3 client as you suggested. I'm still a bit confused about OS X Safari refusing connections, though - and wondering whether the same issue affects properly signed certificates (as opposed to self-signed

Re: Restlet and DAO

2010-04-28 Thread Nico Van Cleemput
Hi Jerome Thanks for breaking it down in babysteps for me. ;-) Cheers, Nico -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Restlet-and-DAO-tp4962381p4973512.html Sent from the Restlet Discuss mailing list archive at Nabble.com.

Re: can i use ijetty as a server and host restlet service on android?

2010-04-28 Thread keith
Hi Jerome: Thanks for your reply. So do you mean that i don't have to use any other server on android? And after i develop a restlet web service with eclipse, how can i deploy it onto android? Do i have to export the web project into WAR file or something else? And is there a tutorial

RE: Re: SSL modifications since 2.0 RC 1 ?

2010-04-28 Thread Nicolas Rinaudo
This might be an important bit of information. After running a few more tests, I realised that Safari would: - fail ignoring certificates if the server is running on OS X. - succeed in ignoring certificates if the server is running on Debian Lenny (5.0) This might be an OS X only issue after