Hey,
What is difference between Eclipse Virgo and Eclipse Gemini?
(I understand what OSGI does in general).

link|improve this question

79% accept rate
feedback

1 Answer

up vote 3 down vote accepted

From the Virgo proposal :

Gemini

Virgo provides a runtime enterprise application model on top of Equinox, with integrated application and provisioning support. The Gemini project at Eclipse.org provides implementations of enterprise capabilities that can be exploited by such applications. The Virgo kernel provides just the foundational capabilities and depends solely on the Gemini Blueprint Service project. The Virgo server distribution pre-integrates the Gemini Web Container and Blueprint Service projects. Additional capabilities provided by Gemini projects can easily be added to the Virgo Server simply by deploying the appropriate bundle provided by those projects.


Resources :

link|improve this answer
3  
Honestly, I didn't understand a thing :) It is so theoretical. Easy words and examples are better. – Chiron Sep 25 '10 at 18:47
2  
You can see things like this. Gemini isn't a server at all, but Virgo is. The gemini implementation can be used as a part of Virgo, but it also can be used as a part of any other web server. Virgo is a packaging of modules, and gemini is one of these modules. – Colin Hebert Sep 25 '10 at 18:59
So, the short answer is: Gemini is more enterprisy? – J-16 SDiZ Jan 14 '11 at 4:21
feedback

Your Answer

 
or
required, but never shown

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