You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/10/23 14:34:51 UTC

[jira] Created: (SLING-78) Provide some extension hooks in MicroSlingServlet

Provide some extension hooks in MicroSlingServlet
-------------------------------------------------

                 Key: SLING-78
                 URL: https://issues.apache.org/jira/browse/SLING-78
             Project: Sling
          Issue Type: Improvement
          Components: microsling
            Reporter: Bertrand Delacretaz
            Priority: Minor


Currently MicroSlingServlet is *very* hardwired, it can be easily made somewhat extensible, especially by refactoring the initialization code.

This won't replace the cool OSGi stuff of "big sling", but it can be useful for testing and experimentation.

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


[jira] Resolved: (SLING-78) Provide some extension hooks in MicroSlingServlet

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

Bertrand Delacretaz resolved SLING-78.
--------------------------------------

    Resolution: Fixed

Implemented by breaking up init() in several protected methods that can be individually overridden if needed.

Also renamed the servlet to MicroslingMainServlet, slightly clearer.

> Provide some extension hooks in MicroSlingServlet
> -------------------------------------------------
>
>                 Key: SLING-78
>                 URL: https://issues.apache.org/jira/browse/SLING-78
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>
> Currently MicroSlingServlet is *very* hardwired, it can be easily made somewhat extensible, especially by refactoring the initialization code.
> This won't replace the cool OSGi stuff of "big sling", but it can be useful for testing and experimentation.

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