Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Virgo/Samples"

Line 20: Line 20:
 
| In the sample-osgi-examples repo, see the {{VirgoLink|Sources}} tab.
 
| In the sample-osgi-examples repo, see the {{VirgoLink|Sources}} tab.
 
| Beginner
 
| Beginner
| Christopher Frost & Glyn Normington
+
| Chris Frost & Glyn Normington
 
| Not Released
 
| Not Released
 
|-
 
|-
Line 27: Line 27:
 
| In the sample-configuration-properties repo, see the {{VirgoLink|Sources}} tab.
 
| In the sample-configuration-properties repo, see the {{VirgoLink|Sources}} tab.
 
| Beginner
 
| Beginner
| Christopher Frost & Glyn Normington
+
| Chris Frost & Glyn Normington
 
| Not Released
 
| Not Released
 
|-
 
|-
Line 62: Line 62:
 
| In the sample-formtags repo, see the {{VirgoLink|Sources}} tab.
 
| In the sample-formtags repo, see the {{VirgoLink|Sources}} tab.
 
| Advanced
 
| Advanced
| Christopher Frost & Glyn Normington
+
| Chris Frost & Glyn Normington
 
| Not Released
 
| Not Released
 
|-
 
|-
| Confrence Material on Virgo + Gemini
+
| Virgo & Gemini Tutorial
 
| Shows how to use Virgo with other Gemini projects like JPA
 
| Shows how to use Virgo with other Gemini projects like JPA
 
| http://dl.dropbox.com/u/25558251/Gemini_Virgo_Tutorial.zip
 
| http://dl.dropbox.com/u/25558251/Gemini_Virgo_Tutorial.zip

Revision as of 09:50, 13 June 2011



Samples

This is a list of all known Virgo samples and some information about them. Do you know of any others or want to improve an existing one then get in touch.


Sample Name Description Location Level Owner Status
OSGi 101 A very simple introduction to vanilla OSGi without any Virgo bundles on top. In the sample-osgi-examples repo, see the Sources tab. Beginner Chris Frost & Glyn Normington Not Released
Configuration Properties Shows the consumption of properties through Config Admin and their display on a web page. In the sample-configuration-properties repo, see the Sources tab. Beginner Chris Frost & Glyn Normington Not Released
Snaps Menubar A small web application that shows a menu bar composed from several bundles In the Snaps repo, see the Sources tab. Intermediate Not Released
Snaps Styling A small web application that can be dynamically styles with a dedicated styling bundle In the Snaps repo, see the Sources tab. Intermediate Not Released
Greenpages A complex application with a web front end and a database over several bundles http://www.eclipse.org/virgo/samples/ and source on the Sources tab. Intermediate Released
Greenpages with updated Hibernate A complex application with a web front end and a database over several bundles https://github.com/dsklyut/virgo-samples-greenpages Intermediate Dmitry Sklyut Not Released
FormTags An application that goes from a War file to a multibundle application to show migration. In the sample-formtags repo, see the Sources tab. Advanced Chris Frost & Glyn Normington Not Released
Virgo & Gemini Tutorial Shows how to use Virgo with other Gemini projects like JPA http://dl.dropbox.com/u/25558251/Gemini_Virgo_Tutorial.zip Advanced Virgo Sofia Team Not Released

Others

There are also several applications in the sources code used for integration testing. For example there is a simple web bundle in the jetty repo that shows the use of taglibs.

Back to the top