Re: Spring MVC equivalent for OSGI webapps

2015-04-20 Thread Paul Bakker
Hi Andy, We're using mostly client side technology (e.g. AngularJS) combined with RESTful web services and Web Sockets. For the RESTful web services we use Amdatu Web, which brings JAX-RS to OSGi. For Web Sockets you can either use Atmosphere which works well in OSGi, or the WebSockets APIs availa

Spring MVC equivalent for OSGI webapps

2015-04-20 Thread Andy Lee
I'm trying to build a webapp with Felix embedded in a war, using Spring MVC for mapping controllers and Spring messaging/websockets. I am _not_ using Spring DI. However, I'm running into issues with component scanning, because Spring doesn't understand "bundle:" URLs. After a fair bit of googling