The topic of this article may not meet Wikipedia's notability guidelines for products and services. (November 2010) |
Original author(s) | SpringSource |
---|---|
Developer(s) | Eclipse Foundation |
Stable release | 3.7.4[1]
/ August 8, 2020 |
Written in | Java |
Operating system | Cross-platform |
Type | Application server |
License | EPL-1.0 |
Website | www |
Virgo is an open source, OSGi-based, Java application server. Virgo supports the deployment of OSGi bundles and unmodified Java web applications as well as OSGi-influenced Shared Libraries WARs and Shared Services WARs.[2]
Virgo is based on the Equinox OSGi implementation, part of the Eclipse project. A few different distributions of Virgo exist:[3] Virgo Nano, Virgo Kernel, Virgo Server for Apache Tomcat (embedding the Apache Tomcat servlet container) and Virgo Jetty Server (embedding the Eclipse Jetty servlet container). Virgo Server for Apache Tomcat is the primary distribution for OSGi development.
Virgo uses Spring Framework which is embedded and made available as a run-time dependency to deployed applications. Virgo is licensed using the Eclipse Public License.
Virgo was originally developed as SpringSource dm Server by SpringSource and is currently maintained by the Eclipse Foundation.[4][5] SpringSource is now a division of VMware.
The SpringSource dm Server was originally announced as the SpringSource Application Platform on April 30, 2008.[6] Version 1.0 of the SpringSource dm Server was released September 30, 2008.[7] Version 2.0 was released January 12, 2010.[8]
SpringSource donated dm Server to Eclipse as the Virgo project later in 2010.[9]
In 2013 SpringSource contributions to Eclipse Virgo came to an end and the team members got reallocated to different projects.[10] In absence of a lead, the Virgo project was about to be archived[11] until Florian Waibel stepped in as the new project lead.[12]
Eclipse Virgo is supported by a set of Eclipse plug-ins called Virgo Tools[13] which allow using the Eclipse IDE for the development and testing of OSGi applications against an embedded Virgo test environment. The tools support hot deploy of individual bundles and allow deployment of plan files.[14]