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

Equinox Demos

Revision as of 18:15, 28 February 2007 by Tjwatson.us.ibm.com (Talk | contribs) (OSGi Demos)

API Tooling

  • generate a snapshot for a particular set of source code (JARs or bundles)
  • compare another source set with snapshot and get 3 summary pages
    • breaking changes
    • non-breaking changes
    • version number checks

Application Model

The Eclipse platform implements an application container that is based on the OSGi Application Admin Service specification. This demo shows how Eclipse applications can be managed using the OSGi Application Admin Service specification

The Projects

How to Run

=== How it Works

Launcher Demos

Demos related to the new launcher work.

Phone Demos

Click here to check out some of the demos that the Equinox team has done for some cool phones.

Provisioning Demos

Demos related to the new provisioning story can be found here.

Resource Monitoring Demos

Check out the Equinox Incubator for more information on our Resource Monitoring demos.

Server-Side OSGi

  • JSPs - there are some demos that come with Tomcat and Struts
  • Embedded in app server
  • show the dev scenario - easy to use

Back to the top