Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(New page: Category:Virgo Category:EclipseRT {{Virgo}} = Samples = This is a list of all known Virgo samples and some information about them.)
 
 
(5 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
= Samples =
 
= Samples =
  
This is a list of all known Virgo samples and some information about them.
+
This is a list of all known Virgo samples and some information about them. If you know of any others or want to improve an existing one then get in touch.
 +
 
 +
 
 +
{| width="1550" border="1" cellpadding="1" cellspacing="1"
 +
|-
 +
| '''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 {{VirgoLink|Source}} tab.
 +
| Beginner
 +
| Virgo Project
 +
| 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 {{VirgoLink|Source}} tab.
 +
| Beginner
 +
| Virgo Project
 +
| Not Released
 +
|-
 +
| SimpleTags
 +
| A single bundle web app that uses a tld.
 +
| In the Jetty repo, see the {{VirgoLink|Source}} tab.
 +
| Beginner
 +
| Virgo Project
 +
| Not Released
 +
|-
 +
| Splash Screen
 +
| Virgo's default splash screen application.
 +
| In the apps repo, see the {{VirgoLink|Source}} tab.
 +
| Beginner
 +
| Virgo Project
 +
| Not Released
 +
|-
 +
| Snaps Menubar
 +
| A small web application that shows a menu bar composed from several bundles
 +
| In the Snaps repo, see the {{VirgoLink|Source}} tab.
 +
| Intermediate
 +
| Virgo Project
 +
| Not Released
 +
|-
 +
| Snaps Styling
 +
| A small web application that can be dynamically styles with a dedicated styling bundle
 +
| In the Snaps repo, see the {{VirgoLink|Source}} tab.
 +
| Intermediate
 +
| Virgo Project
 +
| 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 {{VirgoLink|Source}} tab.
 +
| Intermediate
 +
| Virgo Project
 +
| 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 {{VirgoLink|Source}} tab.
 +
| Advanced
 +
| Virgo Project
 +
| 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 Project Sofia Team
 +
| Not Released
 +
|}

Latest revision as of 05:54, 11 August 2011



Samples

This is a list of all known Virgo samples and some information about them. If 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 Source tab. Beginner Virgo Project 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 Source tab. Beginner Virgo Project Not Released
SimpleTags A single bundle web app that uses a tld. In the Jetty repo, see the Source tab. Beginner Virgo Project Not Released
Splash Screen Virgo's default splash screen application. In the apps repo, see the Source tab. Beginner Virgo Project Not Released
Snaps Menubar A small web application that shows a menu bar composed from several bundles In the Snaps repo, see the Source tab. Intermediate Virgo Project Not Released
Snaps Styling A small web application that can be dynamically styles with a dedicated styling bundle In the Snaps repo, see the Source tab. Intermediate Virgo Project 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 Source tab. Intermediate Virgo Project 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 Source tab. Advanced Virgo Project 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 Project Sofia Team Not Released

Back to the top