Re: sessions debate (was Re: some benchmarking)

2007-09-12 Thread Rob Heittman
Storage/SAN vendors are pushing a lot of solutions in the cluster shared resources space and I'm seeing this crop up a lot more in enterprises with HA applications. If one could find a solution that doesn't have driver issues and properly does atomic NIO locks, etc., in concept it would be very

Re: sessions debate (was Re: some benchmarking)

2007-09-12 Thread Adam Taft
You should check out Terracotta. http://www.terracotta.org/ It does shared cross-JVM memory management pretty seamlessly. It's open source. Being the good REST programmer that I am :), I don't keep session state on the server. But, if I had to do it, they have a really slick way to

RE: getEntityAsObject()?

2007-09-12 Thread Jerome Louvel
Hi Justin and Rob, 1) I agree with the confusing getEntityAsObject() name. Also I don't intent to let the API ossified. I want to maintain upward API compatibility between two *subsequent* versions (major or minor) only. For example the migration between 1.0 and 1.1 should be direct, with some

Developer Guide (was Re: getEntityAsObject()?)

2007-09-12 Thread Rob Heittman
We will try to launch a Developer Guide effort ASAP. I want to build it with DocBook, one XML document per chapter, all versionned in SVN and automatically published on the Restlet.org web site. That will allow contributions via SVN patches and publication to various output formats.

RE: Issue with DirectoryHandler on Mac OS X

2007-09-12 Thread Jerome Louvel
Hi Jochen, Thanks for the bug report. I saw that you entered a related bug report here: http://restlet.tigris.org/issues/show_bug.cgi?id=352 See my comment in the issue. Best regards, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de beders Envoyé :

RE: JaxbRepresentation.getObject swallows exceptions

2007-09-12 Thread Jerome Louvel
For easier tracking, here is the link: http://restlet.tigris.org/issues/show_bug.cgi?id=289 Best regards, Jerome -Message d'origine- De : news [mailto:[EMAIL PROTECTED] De la part de Sean Landis Envoyé : vendredi 24 août 2007 18:25 À : discuss@restlet.tigris.org Objet :

Exception Handling

2007-09-12 Thread John Kristian
Using the Restlet API, can an application handle an Exception that propagates out of the Jakarta Commons HTTP client software? It doesn't propagate out of the Restlet API, and I haven't found a way to get it from the Restlet objects. I hope you can tell me where to look. An exception is