Re: Using a REST layer for UI and services

2010-09-10 Thread Marc Portier
you might want to give http://kauriproject.org a try it has restlet and all its goodies underneath, but adds - a java and rest-service-wiring (based on spring and then some) - some templating, routing, and client-side ajax/js support (including a form-model) that helps out in this webservice

Deprecated Request.getEntityAsForm()

2010-09-10 Thread Jonathan Hall
Hi, I was wondering the reason why Request.getEntityAsForm() is now deprecated? I realise you can use getQuery() in a resource, but what about Filters, where that method doesn't exist. I can use new Form(getRequest().getEntity()), but it seems a step backward for such a common usecase. Jon

Re: Using a REST layer for UI and services

2010-09-10 Thread Tal Liron
Kauri is impressive! Also check out Prudence. If all goes well, we will have a 1.0 release candidate this weekend. :) http://threecrickets.com/prudence/ On 09/10/2010 02:15 AM, Marc Portier wrote: you might want to give http://kauriproject.org a try it has restlet and all its goodies