users@jersey.java.net

Added spring-aop resource to spring-annotations sample

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Sat, 15 Nov 2008 03:09:27 +0100

Hi,

for those who are interested: I just added a resource class to the
spring-annotations sample that shows how to use spring-aop with jersey.

This is not limited to spring-2.5 but can also be used with spring-2.0.

The only requirement is that the resource class is managed by spring,
everything else is just spring-aop. If subresource classes shall be
proxied by spring, the subresource locator needs to fetch the
subresource instance from the ResourceContext (shown in the example).

Cheers,
Martin