Could anyone guide how to use spring-DM with spring boot to develop micro-services? How it is helpful while developing micro-services?
Asked
Active
Viewed 285 times
0
-
Spring DM is a dead project, and has long since been transfered into the Eclipse Virgo project. – M. Deinum Jan 30 '20 at 07:33
-
Thank you for prompt reply. Could you suggest any other osgi framework that we can use with spring boot micro-service application. – sube singh Jan 30 '20 at 07:36
-
Why would you need OSGi with microservices. Also using Spring DM (or Virgo) beats the purpose of Spring Boot imho. – M. Deinum Jan 30 '20 at 07:38
-
Thank you very much for reply. I am studying OSGI and try to relate it in Spring boot application. I am trying to make a spring boot micro-service that follow Todays industry best standard. Could you please give some inputs? – sube singh Jan 30 '20 at 07:44
-
_I am studying OSGI and try to relate it in Spring boot application_ - that's completely wrong approach. You should either study OSGi (and use Felix, Karaf, ...) *or* Spring Boot (and Spring Framework). It's like saying _I am studying SOAP Web Services and try to relate it in REST_. – Grzegorz Grzybek Jan 30 '20 at 10:15