You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Andreas Pieber (Created) (JIRA)" <ji...@apache.org> on 2012/03/09 14:14:57 UTC

[jira] [Created] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

"Live Editing" in OSGi with Karaf and EIK
-----------------------------------------

                 Key: KARAF-1255
                 URL: https://issues.apache.org/jira/browse/KARAF-1255
             Project: Karaf
          Issue Type: New Feature
          Components: karaf-core
            Reporter: Andreas Pieber


The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.

Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.

There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

Posted by "Peter Kriens (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229319#comment-13229319 ] 

Peter Kriens commented on KARAF-1255:
-------------------------------------

Please take a look at bndtools
                
> "Live Editing" in OSGi with Karaf and EIK
> -----------------------------------------
>
>                 Key: KARAF-1255
>                 URL: https://issues.apache.org/jira/browse/KARAF-1255
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core
>            Reporter: Andreas Pieber
>              Labels: gsoc2012
>
> The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.
> Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.
> There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229489#comment-13229489 ] 

Jean-Baptiste Onofré commented on KARAF-1255:
---------------------------------------------

bndtools looks really interesting but I'm agree with Andreas.

Why having a bndtools integration in EIK ? It could be cool ;)
                
> "Live Editing" in OSGi with Karaf and EIK
> -----------------------------------------
>
>                 Key: KARAF-1255
>                 URL: https://issues.apache.org/jira/browse/KARAF-1255
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core
>            Reporter: Andreas Pieber
>              Labels: gsoc2012
>
> The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.
> Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.
> There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

Posted by "Jean-Baptiste Onofré (Commented JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13226054#comment-13226054 ] 

Jean-Baptiste Onofré commented on KARAF-1255:
---------------------------------------------

+1
                
> "Live Editing" in OSGi with Karaf and EIK
> -----------------------------------------
>
>                 Key: KARAF-1255
>                 URL: https://issues.apache.org/jira/browse/KARAF-1255
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core
>            Reporter: Andreas Pieber
>              Labels: gsoc2012
>
> The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.
> Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.
> There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

Posted by "Andreas Pieber (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13229461#comment-13229461 ] 

Andreas Pieber commented on KARAF-1255:
---------------------------------------

@bndtools: I did so and gave it a look.

Basically good approach. Though, I'm missing the following points:

(a) maven integration
(b) karaf integration

Maybe it's "enough" to add EIK and m2e support (well, this will still be more than enough work for gsoc I think)
                
> "Live Editing" in OSGi with Karaf and EIK
> -----------------------------------------
>
>                 Key: KARAF-1255
>                 URL: https://issues.apache.org/jira/browse/KARAF-1255
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core
>            Reporter: Andreas Pieber
>              Labels: gsoc2012
>
> The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.
> Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.
> There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (KARAF-1255) "Live Editing" in OSGi with Karaf and EIK

Posted by "Alexey Romanov (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/KARAF-1255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248576#comment-13248576 ] 

Alexey Romanov commented on KARAF-1255:
---------------------------------------

I would like to see that as well :)
                
> "Live Editing" in OSGi with Karaf and EIK
> -----------------------------------------
>
>                 Key: KARAF-1255
>                 URL: https://issues.apache.org/jira/browse/KARAF-1255
>             Project: Karaf
>          Issue Type: New Feature
>          Components: karaf-core
>            Reporter: Andreas Pieber
>              Labels: gsoc2012
>
> The base idea behind all of this is to have "jrebel for osgi". Which means you can life edit a class and the containing bundle should be automatically redeployed to the OSGi engine.
> Karaf (and it's related projects) provide interesting features like "dev:watch" and exploded bundles which could in theory allow automatic redeployment of bundles you're editing in; the moment you save a class in eclipse.
> There are various possibilities how this could be implemented. The most interesting solution is one which works (a) fast and (b) could be integrated into every IDE.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira