users@jersey.java.net

Re: [Jersey] first steps of the footprint service

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Wed, 01 Apr 2009 11:16:07 +0200

On Mar 31, 2009, at 7:12 PM, Felipe Gaścho wrote:

> ok, I just finished the happy quick start with Jersey to produce my
> service:
>
> http://fgaucho.dyndns.org:8080/footprint-service/application.wadl
>
> I will provide resources like:
>
> To retrieve a certificate:
> http://fgaucho.dyndns.org:8080/footprint-service/certificate/888
>
> To search for a certificate by the customer name (or other criteria):
> http://fgaucho.dyndns.org:8080/footprint-service/certificate/search?name=Felipe
>
> * certificate CRUD and other features..
>
> Everything fine so far.. Jersey fulfill its promises of simplicity :)
>

Great!

Paul.