You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Reinhard Poetz (JIRA)" <ji...@apache.org> on 2006/04/14 14:06:00 UTC

[jira] Created: (COCOON-1835) Deployment bundle

Deployment bundle
-----------------

         Key: COCOON-1835
         URL: http://issues.apache.org/jira/browse/COCOON-1835
     Project: Cocoon
        Type: New Feature

  Components: - Blocks Framework  
    Reporter: Reinhard Poetz
 Assigned to: Reinhard Poetz 


Write a bundle that can install, start, update and stop Cocoon blocks. It is configured by a deployment descriptor.

Internally it works based on the OSGi configuration service.

Some notes:
- go through the tutorial of PDE development in "Eclipse Rich Client Platform"
- read Jeff McAffer on dev@felix: Installing bundles by reference (Feb 2006)
- make it configureable which bundles you want to install
  a) create an OSGi application
  b) create a WAR file that internally uses OSGi
- make the deployer check if all contracts are fullfilled (mail on dev@felix by Jeff McAffer, 30th of August)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (COCOON-1835) Deployment bundle

Posted by "Reinhard Poetz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reinhard Poetz closed COCOON-1835.
----------------------------------

    Resolution: Won't Fix

> Deployment bundle
> -----------------
>
>                 Key: COCOON-1835
>                 URL: https://issues.apache.org/jira/browse/COCOON-1835
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - OSGi integration
>            Reporter: Reinhard Poetz
>            Assignee: Reinhard Poetz
>
> Write a bundle that can install, start, update and stop Cocoon blocks. It is configured by a deployment descriptor.
> Internally it works based on the OSGi configuration service.
> Some notes:
> - go through the tutorial of PDE development in "Eclipse Rich Client Platform"
> - read Jeff McAffer on dev@felix: Installing bundles by reference (Feb 2006)
> - make it configureable which bundles you want to install
>   a) create an OSGi application
>   b) create a WAR file that internally uses OSGi
> - make the deployer check if all contracts are fullfilled (mail on dev@felix by Jeff McAffer, 30th of August)

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


[jira] Updated: (COCOON-1835) Deployment bundle

Posted by "Grzegorz Kossakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COCOON-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grzegorz Kossakowski updated COCOON-1835:
-----------------------------------------

    Component/s:     (was: - Servlet service framework)
                 - OSGi integration

> Deployment bundle
> -----------------
>
>                 Key: COCOON-1835
>                 URL: https://issues.apache.org/jira/browse/COCOON-1835
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - OSGi integration
>            Reporter: Reinhard Poetz
>            Assignee: Reinhard Poetz
>
> Write a bundle that can install, start, update and stop Cocoon blocks. It is configured by a deployment descriptor.
> Internally it works based on the OSGi configuration service.
> Some notes:
> - go through the tutorial of PDE development in "Eclipse Rich Client Platform"
> - read Jeff McAffer on dev@felix: Installing bundles by reference (Feb 2006)
> - make it configureable which bundles you want to install
>   a) create an OSGi application
>   b) create a WAR file that internally uses OSGi
> - make the deployer check if all contracts are fullfilled (mail on dev@felix by Jeff McAffer, 30th of August)

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


[jira] Commented: (COCOON-1835) Deployment bundle

Posted by "Daniel Fagerstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524383 ] 

Daniel Fagerstrom commented on COCOON-1835:
-------------------------------------------

During development Peter Kriens fileInstall bundle http://www.aqute.biz/Code/FileInstall could be convenient to use. It watches a directory and install and starts bundles that are added to the directory, stops and uninstalls those that are removed and updates those that are changed.

Maybe the fileInstall could somehow be extended with mechanisms from the RCL stuff for more fine grained bundle updating.

> Deployment bundle
> -----------------
>
>                 Key: COCOON-1835
>                 URL: https://issues.apache.org/jira/browse/COCOON-1835
>             Project: Cocoon
>          Issue Type: New Feature
>          Components: - Servlet service framework
>            Reporter: Reinhard Poetz
>            Assignee: Reinhard Poetz
>
> Write a bundle that can install, start, update and stop Cocoon blocks. It is configured by a deployment descriptor.
> Internally it works based on the OSGi configuration service.
> Some notes:
> - go through the tutorial of PDE development in "Eclipse Rich Client Platform"
> - read Jeff McAffer on dev@felix: Installing bundles by reference (Feb 2006)
> - make it configureable which bundles you want to install
>   a) create an OSGi application
>   b) create a WAR file that internally uses OSGi
> - make the deployer check if all contracts are fullfilled (mail on dev@felix by Jeff McAffer, 30th of August)

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