Spring MVC - OSGi integration without Spring-DM -
is possible integrate spring mvc osgi http services "without" spring-dm?
edit: clear, mean is possible initialize spring container manually , register appropriate servlets via http service?
thanks in advance!
sure, in osgi bundle activator (implement bundleactivator) can create spring context manually. there bunch of ways that. have spring applicationcontext , osgi bundlecontext , can whatever need do.
Comments
Post a Comment