users@jersey.java.net

Re: [Jersey] Jersey Client/Server WADL

From: Felipe Gaúcho <fgaucho_at_gmail.com>
Date: Mon, 27 Apr 2009 12:26:01 +0200

> 2: Is this a "sane" approach ?

This is a nice approach.. I am using it and so far I have high
performance and scalability..

about the client side, you can use the Jersey client API.. nice and easy..

* the test framework of Jersey is also very nice, but I am using EJBs
in the server side, so I lost my chance to adopt it :) Grizzly fail to
inject the EJBs and the rest interface throws a null pointer exception
,............