Changes between Version 18 and Version 19 of SonorousDesign
- Timestamp:
- 21/12/09 14:09:00 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SonorousDesign
v18 v19 37 37 The above right-hand side diagram the basic three layers that will form the application. 38 38 39 [http://www.eclipse.org/equinox/ Equinox] is an implementation of the core [http://www.osgi.org/Specifications/HomePage OSGi framework specification] upon which all of Eclipse, including the RCP/RAP runs. Because Equinox does not fully implement all of the optional services specified by OSGi, UPnP services will initially be provided by an implementation from the [http://domoware.isti.cnr.it/documentation.html Italian Institute of Information Science and Technologies].39 [http://www.eclipse.org/equinox/ Equinox] is an implementation of the core [http://www.osgi.org/Specifications/HomePage OSGi framework specification] upon which all of Eclipse, including the RCP/RAP runs. Because Equinox does not fully implement all of the optional services specified by OSGi, the UPnP base driver implementation will come from the [http://felix.apache.org/site/apache-felix-upnp.html Apache Felix] implementation of the OSGi framework. 40 40 41 41 The application will then be a collection of plug-ins sitting on top of the RCP or RAP for all of its user interface needs and consuming services provided by the OSGi UPnP layer to actually interact with the Sonos system over the network.