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

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -