Re: securing Restlet

2008-12-20 Thread Stephan Koops
Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set the credentials in it. I've implemented this, but I needed a new return status for it, because if the server returns 401 (authentication required / invald) to the client, then the browser

Re: securing Restlet

2008-12-20 Thread Raif S. Naffah
hello Stephan, On Saturday 20 December 2008 22:32:50 Stephan Koops wrote: Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set the credentials in it. I've implemented this, but I needed a new return status for it, because if the server

Re: securing Restlet

2008-12-20 Thread Stephan Koops
Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set the credentials in it. I've implemented this, but I needed a new return status for it, because if the server returns 401 (authentication required / invald) to the client, then the browser

Re: securing Restlet

2008-12-20 Thread Raif S. Naffah
hello Stephan, On Sunday 21 December 2008 00:41:48 Stephan Koops wrote: Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set the credentials in it. I've implemented this, but I needed a new return status for it, because if the server

Re: securing Restlet

2008-12-20 Thread Rhett Sutphin
On Dec 20, 2008, at 3:34 PM, Raif S. Naffah wrote: hello Stephan, On Sunday 21 December 2008 00:41:48 Stephan Koops wrote: Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set the credentials in it. I've implemented this, but I needed a

Re: securing Restlet

2008-12-20 Thread Raif S. Naffah
On Sunday 21 December 2008 09:05:46 Rhett Sutphin wrote: On Dec 20, 2008, at 3:34 PM, Raif S. Naffah wrote: hello Stephan, On Sunday 21 December 2008 00:41:48 Stephan Koops wrote: Hi Raif, Another possibility to not require the browser login prompt is to use an AJAX reqeust and set

RE: Getting Restlet resources injected with Guice

2008-12-20 Thread A.J. Barnes
Hi Brian, I've been using Guice for a while now. Was a bit tough getting started, but now is working quite well. I didn't go down the path of using finders. With our set up we generally have collections of items and then their entities (as is pretty standard). I started by creating an