Much as I hate to ask this, I need to get more info about how to configure JAX-RS services WITHOUT Spring, and without annotations.
The manual has some high-level information about this, but not at the level of the model or resources. For instance, it talks about using the JAXRSServerFactoryBean to set some high-level info, but nothing below the resource class itself, and nothing specifying paths.
