osgi release 4 version 4 2
play

OSGi Release 4, version 4.2 Vad r nytt, vad r ndrat ? Christer - PDF document

OSGi Release 4, version 4.2 Vad r nytt, vad r ndrat ? Christer Larsson VP EMEA OSGi Alliance CEO Makewave OSGi Technology OSGi Release 4, v4.2 OSGi Release 4, version 4.2 OSGi R4, v4.2 r nsta version av OSGi specifikationen.


  1. OSGi Release 4, version 4.2 Vad är nytt, vad är ändrat ? Christer Larsson VP EMEA OSGi Alliance CEO Makewave OSGi Technology – OSGi Release 4, v4.2 OSGi Release 4, version 4.2 • OSGi R4, v4.2 är nästa version av OSGi specifikationen. • Den innehåller framförallt funktionalitet ämnat för enterprise världen, framtagen av EEG inom OSGI. • Det finns en preview tillgänglig • Ytterligare en preview kommer att släppas i samband med OSGidevcon (Eclipsecon) • En final release är inplanerad till halvårsskiftet 2009. • Innan vi går in på nyheterna i 4.2 några allmänna ord om OSGI specifikationen , historia, uppbyggnad mm. Makewave AB 2 Christer Larsson

  2. OSGi Technology – OSGi Release 4, v4.2 R4, v4.2 OSGi Spec Evolution and Contents R4 Core Work in progress.... • Framework Layering • Conditional Permission Admin • Declarative Services • Event Admin Mobile R3 • DMT Admin • Deployment Admin • Foreign Applications UPnP • Mobile Management Tree Initial Provisioning Name Space Vehicle Jini • Power Management Start Level • Metatype 2 IO Connector R2 • Diagnostic Wire Admin • Vehicle API XML Parser Measurement & State Package Admin Position Configuration Admin Execution Environments Permission Admin URL Handler User Admin Preferences R1 MetaType Service Tracker Framework Http Log Device Access 2000 2001 2003 2005 2009 Makewave AB 3 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 The OSGi Specifications Core Specification Service Compendium Service Bundle Framework Service EE Programmer’s Implementer’s Service guide spec Service Mobile Vehicle Enterprise Ref Arch / Ref Arch / Ref Arch / Guide Guide Guide … Constraints Constraints Constraints Normative } } } Service Service Service Service Service Service Informative Service Service Service Document Makewave AB 4 Christer Larsson

  3. OSGi Technology – OSGi Release 4, v4.2 The OSGi Expert Groups are creating the specs • Core Platform Expert Group (CPEG) • Responsible for the Framework and core services as well as overall architecture • Vehicle Expert Group (VEG) • Responsible for vehicle related requirements and designs • Mobile Expert Group (MEG) • Responsible for mobile device related requirements and designs • Enterprise Expert Group (EEG) • Responsible for enterprise/server related requirements and designs • Residential Expert Group (REG) • Responsible for residential related requirements and designs Makewave AB 5 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 OSGi Release 4, version 4.2 • Följande RFC:er utgör basen i den kommande releasen • Det finns en preview tillgänglig att ladda ner: OBS det är en preview och räkna med förändringar! • 98 - Transactions • 119 - Distributed OSGi • 120 - Security Enhancements • 121 - Bundle Tracker (done) • 124 - Blueprint Component Model • 125 - Bundle License header (done) • 126 - Service Registry Hooks (done) • 128 - Accessing ApplicationAdmin Exit Values (done) • 129 - Initial Provisioning Update (done) • 132 - Command Line and Framework Launching • 134 - Declarative Services Update (very near done) • 138 - Multiple Frameworks in a VM Makewave AB 6 Christer Larsson

  4. OSGi Technology – OSGi Release 4, v4.2 Transactions – RFC 98 • An increasing number of service specifications in the OSGi Service Platform rely on some form of transactional behavior. • Other service specifications could improve if they had transactional behavior. • This RFC defines a transaction model and identifies Java transaction APIs for use in OSGi environments, including embedded and constrained environments. • Is is build on JTA – Java Transaction Architecture Makewave AB 7 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 Distributed OSGi – RFC 119 • Defines a minimal level of feature/function for distributed OSGi processing, including service discovery and access to and from external environments. • Does not preclude any other solution and is not intended as an alternative to Java EE, SCA, JBI, or any other external API set that may be mapped onto OSGi. Makewave AB 8 Christer Larsson

  5. OSGi Technology – OSGi Release 4, v4.2 Distributed OSGi – RFC 119 • The RFC aims at enabling the following: • An OSGi bundle deployed in a JVM to invoke a service in another JVM, potentially on a remote computer accessed via a network protocol • An OSGi bundle deployed in a JVM to invoke a service (or object, procedure, etc.) in another address space, potentially on a remote computer, in a non OSGi environment ) • An OSGi service deployed in another JVM, potentially on a remote computer, to find and access a service running in the “local” OSGi JVM (i.e. an OSGi deployment can accept service invocations from remote OSGi bundle • A program deployed in a non OSGi environment to find and access a service running in the “local” OSGi JVM (i.e. an OSGi deployment can accept service invocations from external environments) Makewave AB 9 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 Security Enhancements – RFC 120 • In pre 4.2 you can only grant privileges • RFC address how to enhance the model by introducing the ability to also deny privileges • Will give simpler administration in several use cases Makewave AB 10 Christer Larsson

  6. OSGi Technology – OSGi Release 4, v4.2 Blueprint Service – RFC 124 • Adds a component model for declaring components within a bundle and for instantiating, configuring, assembling and decorating such components when a bundle is started. • Describes a set of core features required in an enterprise programming model and that are widely used outside of OSGi today when building enterprise (Java) applications. • LARGELY inspired by Spring Dynamic Modules! • Improves OSGi framework capabilities in: dependency injection, aspect-like functionality and declarative declarations for enterprise applications. • In short: • Adds configuration and assembly information to a bundle thereby creating a managed bundle. This is done declarative. • An extender bundle is responsible for observing the life-cycle of these bundle. The extender bundle creates a module context for the managed bundle Makewave AB 11 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 Multiple OSGi Frameworks in One JVM – RFC 138 • Defines a set of requirements defining the behavior of an OSGi framework • Special care has to be taken where there are JVM limitations such as JVM singletons, e.g. • URLStreamHandlerFactory and ContentHandlerFactory • Only one Security Manager reachable via the java.lang.System class. Impacts CPA. • System properties • System.in,out,err • Adds service / classes for managing a so called child framework started within a framework. Makewave AB 12 Christer Larsson

  7. OSGi Technology – OSGi Release 4, v4.2 Minor changes • Bundle Tracker - RFC 121 • Only SynchronousBundleListener supported • Bundle License – RFC 125 • New MANIFEST header, Bundle-License • Service Registry Hooks – RFC 126 • Adding hooks (or listeners) in the service layer that will be notified on operations in the service registry (publish, find, listen) • Accessing exit values from applications – RFC 128 • means for accessing the exit value from an application launched using an Application Admin • Initial Provisioning update – RFC 129 • Remove dependency on a special field in zip archive. Makewave AB 13 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 Minor Changes, cont. • Command Line Interface – RFC 132 • An OSGi specified command line interface service. • DS updates - RFC 134 • Minor updates on Declarative Services. Makewave AB 14 Christer Larsson

  8. OSGi Technology – OSGi Release 4, v4.2 Resources • The R4 v4.2 preview is available at: • http://www.osgi.org/Specifications/Drafts • • Want to get involved in the spec. work? • Please join the Alliance! Makewave AB 15 Christer Larsson OSGi Technology – OSGi Release 4, v4.2 Thank You! Christer Larsson CEO www.makewave.com cl@makewave.com Makewave AB 16 Christer Larsson

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend