OSGI in Non Spring DM Server
Hi ,
I am very new to OSGI. I have tried to search previous threads and have not quite got the anwser i am looking for. Please forgive any replication.
1) Is it possible to use the Spring Dynamic modules project without using Spring DM Server as a deployment platform? we only have a normal J2ee application server.
2) I am considering embedding osgi in a Spring MVC Web application deployed on a plain Tomcat. The reason for embedding is because i have URLS exposed to other services, i was thinking of hooking into OSGI from my web app. How would i go about doing this? The concept of embedding tomcat inside OSGI doesnt seem like an option to me.