You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Chris Wilkinson (JIRA)" <ji...@apache.org> on 2010/08/09 15:31:19 UTC

[jira] Updated: (ARIES-359) Implement an isolated application runtime

     [ https://issues.apache.org/jira/browse/ARIES-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Wilkinson updated ARIES-359:
----------------------------------

    Attachment: isolatedRuntimePatch.diff

This patch provides interface additions and changes to enable an isolated application runtime.

An implementation is also provided along with a set of support service bundles and utilities.

> Implement an isolated application runtime
> -----------------------------------------
>
>                 Key: ARIES-359
>                 URL: https://issues.apache.org/jira/browse/ARIES-359
>             Project: Aries
>          Issue Type: New Feature
>          Components: Application
>            Reporter: Chris Wilkinson
>            Assignee: Chris Wilkinson
>         Attachments: isolatedRuntimePatch.diff
>
>   Original Estimate: 504h
>  Remaining Estimate: 504h
>
> The Apache Aries application documentation (http://incubator.apache.org/aries/applications.html ) states, "An Aries application isolates the OSGi services offered by its contained modules so that they are not visible outside the application unless explicitly configured to be exported from the application." This JIRA is being raised for the work which will provide a new runtime within the application module that will implement this isolation. This first implementation will be based on the multi-framework API in Equinox 3.5. 
> Each application's Deployed-Content will be installed into its own isolated framework. These application frameworks will all be children of a single framework or 'shared bundle space' into which applications' dependencies will be installed. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.