users@jersey.java.net

[Jersey] Re: Implement rest interface through browser

From: John Lister <john.lister_at_kickstone.com>
Date: Thu, 07 Apr 2011 07:59:58 +0100

On 19:59, Cameron Heavon-Jones wrote:
> My personal preference is to use client-side scripting to fix a
> client-side implementation problem. To update the forms when
> additional methods are supported should only require removing the
> workaround.

> On 06/04/2011, at 9:43 AM, Tauren Mills wrote:
>
>> I've found the Backbone.JS framework to make doing REST from
>> javascript clients quite good:
>> http://documentcloud.github.com/backbone
>>

I'll give client side scripting ago as this looks like the best compromise.

Thanks

John