jersey-spring and changes now available in the jersey trunk / namespace com.sun.ws.rest renamed to com.sun.jersey
The jersey-spring integration that I described in my previous posting is now merged into the jersey trunk, as well as the changes that were made for better integration of spring and IoC-frameworks in general in the spring-integration branch.
One thing that was changed today is that the namespace of jersey is changed from com.sun.ws.rest to com.sun.jersey, this includes these changes in detail:
- packages
com.sun.ws.rest.apiandcom.sun.ws.rest.spiare renamed tocom.sun.jersey.apiandcom.sun.jersey.spi - configuration namespace of properties/features
com.sun.ws.rest.configis renamed tocom.sun.jersey.config(e.g.com.sun.ws.rest.config.property.resourceConfigClassis nowcom.sun.jersey.config.property.resourceConfigClass) - the jersey-spring package
com.sun.ws.rest.springis renamed tocom.sun.jersey.spring, e.g. theSpringServletis nowcom.sun.jersey.spring.SpringServlet - the
groupIdof jersey and jersey-spring are changed fromjerseytocom.sun.jersey
If you want to use the spring-integration that I blogged about, remember to change the import section of your classes, web.xml and maven pom.xml accordingly.
Comments (0)