Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is difference between Eclipse Virgo and Eclipse Gemini?

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

like image 749
Chiron Avatar asked Sep 25 '10 18:09

Chiron


2 Answers

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 :

  • eclipse - virgo
like image 133
Colin Hebert Avatar answered Oct 26 '22 20:10

Colin Hebert


Eclipse Gemini provides the feature of dependency injection (through Spring) for OSGi bundles. In the other hand, Eclipse Virgo is a OSGi runtime built on the Equinox container that includes a bunch of technologies like Gemini, Logback, P2 or servlet containers (like Jetty or Tomcat).

An alternative for Gemini could be Apache Aries [1] and an alternative for Virgo could be Apache Karaf [2]

  • [1] https://aries.apache.org/
  • [2] http://karaf.apache.org/
like image 45
efernandez Avatar answered Oct 26 '22 21:10

efernandez