contributing - areas of interest

2008-12-08 Thread Raif S. Naffah
hello there, (i'm sending this again since it does not look like it made it to the list the first time around). i'd like to contribute to this project in my free time. areas of interests which i've identified so far --and am personally interested in-- are: * Java Bindings to XML Schemas:

Re: how to provide several guards for a resource when using jax-rs extensions

2008-12-08 Thread Stephan Koops
Hi antoniojg, antoniojg schrieb: Hi all, I'm trying to port the restlet-gwt sample to a jax-rs style using the appropriate classes and annotations. However, I do not know how to set two guards on a same resource. In the original sample, two guards performing basic and digest authentication

Re: contributing - areas of interest

2008-12-08 Thread Thierry Boileau
Hello Raif, that's very nice of you to help the project and of course you're very welcome. Since Jérôme is on vacations right now, you have to wait a little bit. He will be back in the middle of the new week. Best regards, Thierry Boileau -- Restlet ~ Core developer ~ http://www.restlet.org

Re: problem with restlet-gwt

2008-12-08 Thread Thierry Boileau
Hi all, I hope to find time this week. best regards, Thierry Boileau I very, very seldom use Windows, but Jerome and Thierry do, so I'm sure he's used the sample there -- I think he updated it most recently. I think I see what you are asking -- you need to use both Restlet and RPC in the

Re: contributing - areas of interest

2008-12-08 Thread Avi Flax
On Mon, Dec 8, 2008 at 03:04, Raif S. Naffah [EMAIL PROTECTED]wrote: i'd like to contribute to this project in my free time. Raif, that's great! Can I suggest RFE 658, Add support for JSecurity? http://restlet.tigris.org/issues/show_bug.cgi?id=658 Since you're interested in security, this

Re: contributing - areas of interest

2008-12-08 Thread Xavier Méhaut
I didn't know JSecurity before the previous email... It seems quite powerful and interesting? has someone already tried it practically? What would be the the bottlenecks or redundencies while integrating JSecurity with restlets? regards 2008/12/8 Avi Flax [EMAIL PROTECTED] On Mon, Dec 8, 2008

Re: contributing - areas of interest

2008-12-08 Thread Avi Flax
On Mon, Dec 8, 2008 at 11:55, Xavier Méhaut [EMAIL PROTECTED] wrote: I didn't know JSecurity before the previous email... It seems quite powerful and interesting? I actually hadn't known about it before I saw that RFE either, and I had the same impression. (As an aside: this is an aspect of

Re: contributing - areas of interest

2008-12-08 Thread Raif S. Naffah
hello Thierry, On Monday 08 December 2008 20:14:28 Thierry Boileau wrote: Hello Raif, that's very nice of you to help the project and of course you're very welcome. thank you. Since Jérôme is on vacations right now, you have to wait a little bit. He will be back in the middle of the new

Re: contributing - areas of interest

2008-12-08 Thread Raif S. Naffah
hello Avi, On Tuesday 09 December 2008 03:32:54 Avi Flax wrote: On Mon, Dec 8, 2008 at 03:04, Raif S. Naffah [EMAIL PROTECTED] raif.namewrote: i'd like to contribute to this project in my free time. Raif, that's great! Can I suggest RFE 658, Add support for JSecurity?

Simple Reference suggestion

2008-12-08 Thread Cliff Binstock
Another Restlet suggestion: The Reference class should definitely have a #toURI method. It should possibly also have a URI constructor. Thanks, Cliff --

Re: contributing - areas of interest

2008-12-08 Thread Bruno Harbulot
Hi, You might also be interested in RFE 505, which already has a few comments, including pointers to discussions on this mailing list: http://restlet.tigris.org/issues/show_bug.cgi?id=505 (I doubt I'll be able to follow the discussions in details over the next couple of weeks at least.)

REQUEST FireFox cache control

2008-12-08 Thread Cliff Binstock
It appears that Firefox doesn't respect expiration date or cache-control properly. I would like most/all of my routes to expire immediately (and require a reload). I'm guessing that Representation#setTransient sets the Cache-control: no-cache for the return headers. However, according to

Re: REQUEST FireFox cache control

2008-12-08 Thread Rob Heittman
Hi Cliff, Jerome is on holiday, so I'll take a shot at this; if I'm wrong, Thierry will take a shot at me :-) I'm pretty sure that the transient property is only useful to identify entities that can only be consumed once; for example, stream-based representations. I don't think they do or are