dev@jersey.java.net

All resource reps instead of reference

From: Arun Gupta <Arun.Gupta_at_Sun.COM>
Date: Wed, 26 Dec 2007 21:59:28 -0800

A Jersey endpoint return results like:

-- cut here --
-
     <events uri="http://localhost:8080/WebApplication2/resources/events/">
-
     <eventRef
uri="http://localhost:8080/WebApplication2/resources/events/1/">
<id>1</id>
</eventRef>
-
     <eventRef
uri="http://localhost:8080/WebApplication2/resources/events/2/">
<id>2</id>
</eventRef>
-
     <eventRef
uri="http://localhost:8080/WebApplication2/resources/events/3/">
<id>3</id>
</eventRef>
-
     <eventRef
uri="http://localhost:8080/WebApplication2/resources/events/4/">
<id>4</id>
-- cut here --

Is there an option (that can be configured on the endpoint or passed as
parameters to the URL) such that the result contains all the resources
instead of reference to the resources ?

-Arun
-- 
Application Platform, Sun Microsystems, Inc.
Blog: http://blogs.sun.com/arungupta