Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Headless JDT in Spring application?

On 24/10/2014 9:54 AM, Martin Lippert wrote:
Combining that with Spring sounds a lot more complicated, since you would have to use Spring in an OSGi environment, which is not that trivial. It is possible, but it is far from trivial as far as I remember. And it depends a bit on how you would like to use Spring. If you would like to use Spring inside a single OSGi component, embedding everything (all the necessary Spring JARs) into the OSGi bundle that is using that could work, but that would end up being a big chunk of coupled code in the end.

If you're looking for OSGi+Spring, perhaps using Virgo would be the answer?
https://www.eclipse.org/virgo/

--
Mike Milinkovich
mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223 (mobile)


Back to the top