Re: the last question about - how do you get spring to create the beans
and pass in parameters from Jersey, you can use the
BeanConfigurerSuppport related classes. In essence you instantiate the
bean, then pass it into spring to be configured. Here's an example from
Apache CXF (couldn't find any real good examples in the spring manual):