Re: Resource factories

2009-04-12 Thread Kyrre Kristiansen
for the general audience and post it somewhere so that people can have a look and maybe come with some ideas of how to make it better. Regards, Kyrre Kyrre Kristiansen --- On Wed, 8/4/09, Tim Peierls t...@peierls.net wrote: From: Tim Peierls t

RE: Resource factories

2009-04-07 Thread Kyrre Kristiansen
, and I might get there ;-) *end rant* Kyrre Kristiansen --- On Thu, 26/3/09, Jerome Louvel jerome.lou...@noelios.com wrote: From: Jerome Louvel jerome.lou...@noelios.com Subject: RE: Resource factories To: discuss@restlet.tigris.org

Re: Resource factories

2009-04-07 Thread Kyrre Kristiansen
stated in this thread already). That, however is not a big deal. Kyrre Kristiansen --- On Tue, 7/4/09, Rhett Sutphin rh...@detailedbalance.net wrote: From: Rhett Sutphin rh...@detailedbalance.net Subject: Re: Resource factories

Re: Evaluating Restlet

2008-02-06 Thread Kyrre Kristiansen
Kyrre Kristiansen ___ Support the World Aids Awareness campaign this month with Yahoo! For Good http://uk.promotions.yahoo.com/forgood/

RE: Testing strategies

2007-11-22 Thread Kyrre Kristiansen
a compatibility layer could be maintained, at least through 2.x, to help 1.x clients migrate at their own speed. --tim Kyrre Kristiansen ___ Yahoo! Answers - Got

Re: HEAD not well supported?

2007-10-12 Thread Kyrre Kristiansen
the rich interface of your domain objects. It's entirely appropriate (and convenient!) to have an intermediate API (getVariant, getRepresentation, put, post, and delete) to help ease the transition between them. --tim Kyrre

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
Kyrre Kristiansen ___ Want ideas for reducing your carbon footprint? Visit Yahoo! For Good http://uk.promotions.yahoo.com/forgood/environment.html

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
, Kyrre Kristiansen [EMAIL PROTECTED] wrote: Is this an answer to a different post? --- Patson [EMAIL PROTECTED] wrote: Yes, tried on both IE and netscape...both had the same issue. The problem is the localhost server should not send the 401 response again after its

Re: Restlet site code

2007-10-11 Thread Kyrre Kristiansen
Oops! That should have been thanks, Thierry! --- Kyrre Kristiansen [EMAIL PROTECTED] wrote: yep, that's the one. I just couldn't locate it from the site. Thanks a lot, Jerome! --- Thierry Boileau [EMAIL PROTECTED] wrote: yes I think so. Is this what you are talking about : http

Restlet site code

2007-10-10 Thread Kyrre Kristiansen
Hello. Just an unimportant question... I seem to remember the code for the restlet site being available in the documentation, but now I can't find it. Has it been removed? Kyrre Kristiansen

Re: sessions debate (was Re: some benchmarking)

2007-09-13 Thread Kyrre Kristiansen
keep session state on the server. But, if I had to do it, they have a really slick way to manage shared memory across JVMs. I saw a demo of their stuff at a JUG meeting once. They demoed a shared Swing TableModel. Very interesting and exciting stuff. Adam Kyrre Kristiansen

RE: Re: JDBCClient

2006-11-24 Thread Kyrre Kristiansen
: http://restlet.tigris.org/issues/show_bug.cgi?id=6 Best regards, Jerome Kyrre Kristiansen ___ Try the all-new Yahoo! Mail. The New Version is radically easier

RE: Re: JDBCClient

2006-11-24 Thread Kyrre Kristiansen
for the clients. Stay tuned! Jerome -Message d'origine- De : Kyrre Kristiansen [mailto:[EMAIL PROTECTED] Envoyé : vendredi 24 novembre 2006 10:24 À : discuss@restlet.tigris.org Objet : RE: Re: JDBCClient Hi. Just some thoughts around JDBCClient. I have

RE: JDBCClient

2006-11-23 Thread Kyrre Kristiansen
are working on some refactorings to the JDBC Client in order to return XML result sets (via WebRowSet): http://restlet.tigris.org/issues/show_bug.cgi?id=104 It should be done in the beta 21 release. Best regards, Jerome -Message d'origine- De : Kyrre Kristiansen [mailto:[EMAIL

Handling PUT, POST and DELETE

2006-10-04 Thread Kyrre Kristiansen
example with all CRUD methods implemented. Regards, Kyrre Kyrre Kristiansen ___ To help you stay safe and secure online, we've developed the all new Yahoo! Security

RE: Handling PUT, POST and DELETE

2006-10-04 Thread Kyrre Kristiansen
Hi again, Jerome. Thanks for your prompt reply. Fist of all, I'm very unsure of the correctness of my suggestions, I'm in a very early stage of looking at this framework. My implementation is basically a reimplementation of the Sample application, with all objects stored in-memory and lost