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

 
(27 intermediate revisions by 4 users not shown)
Line 1: Line 1:
==OSGi Demos==
+
==Application Model==
We have some OSGi framework demos.
+
The [[Equinox Application Model Demo]] shows how to create and run multiple OSGi MEG applications.
* Application Model
+
 
 +
==API Tooling==
 +
 
 +
The [[API Comparison demo]] uses comparison of Eclipse SDK 3.1 and 3.2 to show how to generate reports on:
 +
<ul>
 +
<li>breaking API changes</li>
 +
<li>binary backward-compatible changes</li>
 +
<li>version number checks</li>
 +
</ul>
 +
 
 +
==Launcher Demos==
 +
Demos related to the new launcher work.
  
 
==[[Equinox Phone Demos | Phone Demos]]==
 
==[[Equinox Phone Demos | Phone Demos]]==
Click [[Equinox Phone Demos | here]] to check out some of the demos that the Equinox team has done for some cool phones. Currently we have demos for the Nokia 9300 Communicator and the SavaJe phones.
+
Click [[Equinox Phone Demos | here]] to check out some of the demos that the Equinox team has done for some cool phones.  
 +
* Setting up the [[Equinox_Phone_Demos#Nokia_9300_Communicator | Nokia 9300 Communicator]].
 +
* Using the [[Equinox_Phone_Demos#SavaJe | SavaJe]] phone.
  
 
==Provisioning Demos==
 
==Provisioning Demos==
 
Demos related to the new provisioning story can be found here.
 
Demos related to the new provisioning story can be found here.
  
==Resource Management Demos==
+
==Resource Monitoring Demos==
This is where we have demos for our JMX resource management work.
+
 
 +
Check out the [http://www.eclipse.org/equinox/incubator/monitoring/index.php Equinox Incubator] for more information on our Resource Monitoring code. Here is a link to our [[Equinox Resource Monitoring Demo | EclipseCon 2007 demo script]].
  
==Server-Side OSGi===
+
==Server-Side OSGi==
 
* JSPs - there are some demos that come with Tomcat and Struts
 
* JSPs - there are some demos that come with Tomcat and Struts
 
* Embedded in app server
 
* Embedded in app server

Latest revision as of 12:16, 22 March 2007

Application Model

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

API Tooling

The API Comparison demo uses comparison of Eclipse SDK 3.1 and 3.2 to show how to generate reports on:

  • breaking API changes
  • binary backward-compatible changes
  • version number checks

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