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

html - Cut text on left side inside button while centering -

plugins - CodeIgniter support on netbeans 8.0 -

php - Selecting items from MySQL for a status update feed efficiently while accounting for possible spam -