You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2008/01/22 15:28:35 UTC

[jira] Closed: (SLING-184) Organize Render and Action plugins and minimize dependencies

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

Felix Meschberger closed SLING-184.
-----------------------------------

    Resolution: Fixed

Implemented in Rev. 614204:

   - Reorganized the Actions and Renders
   - Not using SCR anymore to setup the console, instead internal Actions
     and Renders are registered hard coded. Service references are
     implemented using ServiceTrackers

Now, the minimal requirement for management console is just a HttpService implementation. When using Pax Web Service as the HttpService, Commons Logging and SLF4J (as provided by the Sling Log bundle) are required in addition.

> Organize Render and Action plugins and minimize dependencies
> ------------------------------------------------------------
>
>                 Key: SLING-184
>                 URL: https://issues.apache.org/jira/browse/SLING-184
>             Project: Sling
>          Issue Type: Improvement
>          Components: Console
>            Reporter: Felix Meschberger
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> Currently, the Sling Console has an impressive list of dependencies to be able to run. It would be good, if the console would have a minimal dependency list to install it on as minimal a framework as possible.
> In addition, the Actions and Renders should be organized such that maintenance is simplified.

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