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 "Equinox Demos"

(Resource Monitoring Demos)
(API Tooling)
Line 5: Line 5:
 
** non-breaking changes
 
** non-breaking changes
 
** version number checks
 
** version number checks
+
 
 +
More detailed description can be found on the [[API Comparison demo]] page.
 +
 
 
==Application Model==
 
==Application Model==
 
The [[Equinox Application Model Demo]] shows how to create and run multiple OSGi MEG applications.
 
The [[Equinox Application Model Demo]] shows how to create and run multiple OSGi MEG applications.

Revision as of 11:34, 22 March 2007

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

More detailed description can be found on the API Comparison demo page.

Application Model

The Equinox Application Model Demo shows how to create and run multiple OSGi MEG applications.

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 code. Here is a link to our EclipseCon 2007 demo script.

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