You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Richard S. Hall (JIRA)" <ji...@apache.org> on 2008/01/04 22:01:20 UTC

[jira] Commented: (FELIX-448) Try to modify auto-property processing in Main to make it easier for people to re-use

    [ https://issues.apache.org/jira/browse/FELIX-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556075#action_12556075 ] 

Richard S. Hall commented on FELIX-448:
---------------------------------------

The attached patch is a proposal for one way to modify our launcher to make it easier for people to create custom launchers. The main gist is that I have separated the auto-property processing into a separate AutoActivator class that can be used by others to process the auto-properties when creating their own launchers.

It is reasonably straightforward with the intention of trying to balance keeping things simple to avoid bloat while still making it reusable.

> Try to modify auto-property processing in Main to make it easier for people to re-use
> -------------------------------------------------------------------------------------
>
>                 Key: FELIX-448
>                 URL: https://issues.apache.org/jira/browse/FELIX-448
>             Project: Felix
>          Issue Type: Improvement
>          Components: Framework
>            Reporter: Richard S. Hall
>            Priority: Minor
>         Attachments: FELIX-448.patch
>
>
> Since we have moved auto-property processing out of the framework, people creating custom launchers must now handle automatically installing/starting bundles themselves. Perhaps we could modify the default launcher to better separate out this functionality so that it can be directly re-used in other custom launcher. Also, we need to update the embedding & launching documentation.

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