Re: Restlet 2.0 Best Practices

2009-11-24 Thread Avi Flax
On Mon, Nov 23, 2009 at 14:58, webp...@tigris.org wrote: I am evaluating Restlet 2.0 vs. Spring 3.0 for a new project that is starting soon. I have done a lot of reading on the website and have written a couple of small programs with Restlet 2.0M6 to get the feel for it. I am looking to

Restlet 2.0 Best Practices

2009-11-23 Thread webpost
Hi, I am evaluating Restlet 2.0 vs. Spring 3.0 for a new project that is starting soon. I have done a lot of reading on the website and have written a couple of small programs with Restlet 2.0M6 to get the feel for it. I am looking to hear from people who have been using it into production

Re: Restlet 2.0 Best Practices

2009-11-23 Thread Ben R Vesco
1) What connector are you using with Restlet in production? Tomcat due to ops guys' familiarity with it. 2) How are you dealing with Caching on the server side? Hibernate managed cache. 3)  Are you finding that the Services / Data Access Layers in Standard Web Apps don’t apply in the