I'm trying to inject a Spring bean into a jersey resource. Is this
possible? If so, can someone provide a simple example? Below is an old cxf
example implementation...I want to have my jersey resource be able to call a
java method to retrieve some application wide objects and use those in some
resource logic. Any help would be greatly appreciated!