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