I'm trying to check out osgi on web applications. I googled and found out the best way to go would be using spring osgi and virgo. I can't find an easy to setup sample project. Can anyone help me?

update- I should have mentioned that I have a little experience in OSGi(Equinox). And I checked some OSGi frameworks such as Apache Felix, Eclipse Equinox(with the tomcat bundle),... But I want to have my first experiment with Virgo.

link|improve this question
OK, but I thought you have done the things you said! So I was wondering how to switch from felix to the Virgo. (you said that's easy). – AmirMV Feb 6 at 11:25
feedback

1 Answer

up vote 1 down vote accepted

I'd recommend taking a look at the Virgo Snaps project, using the 3.0.2.RELEASE of Virgo. It takes a little bit extra time to configure Snaps (adding it to Virgo, and editing the org.eclipse.virgo.kernel.userregion.properties file, as mentioned in the docs). But then you have a simple yet modular web application running with a single spring controller.

There's also the Greenpages example that shows how to build a fully working, yet more complex webapp connected to a database. But I think taking a look at the snaps example (not concentrating too much on the Snaps internals) is a good way to start.

Good luck! :)

link|improve this answer
tnx. Just another question! Is there an eclipse plugin or something like that for virgo bundle developement? – AmirMV Feb 13 at 12:53
I'd recommend using Springsource Tool Suite + Virgo server adapter (is part of the virgo tooling): wiki.eclipse.org/Virgo/Tooling. Oh and btw, in the meantime virgo 3.5 M2 is also working with the Virgo Tooling, so you might want to try that version. – prefabSOFT Feb 13 at 16:37
sounds perfect! tnx again :) – AmirMV Feb 14 at 12:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.