users@jersey.java.net

Re: [Jersey] Question: Best practices related to Eclipse project structure

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Thu, 05 Feb 2009 18:33:20 +0100

On Feb 5, 2009, at 6:29 PM, Craig McClanahan wrote:
> * samples/atompub-contacts-models -- data model classes shared by
> client and server.
>

http://download.java.net/maven/2/com/sun/jersey/samples/atompub-contacts-models/1.0.2-SNAPSHOT/atompub-contacts-models-1.0.2-SNAPSHOT-project.zip


> * samples/atompub-contacts-server -- REST web service somewhat like
> the
> Google Contacts API, but with no real database behind it.
>

http://download.java.net/maven/2/com/sun/jersey/samples/atompub-contacts-server/1.0.2-SNAPSHOT/atompub-contacts-server-1.0.2-SNAPSHOT-project.zip


> * samples/atompub-contacts-client -- client SDK that can call the
> various web service methods.
>

http://download.java.net/maven/2/com/sun/jersey/samples/atompub-contacts-client/1.0.2-SNAPSHOT/atompub-contacts-client-1.0.2-SNAPSHOT-project.zip

Paul.