You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jeremy Thomerson (JIRA)" <ji...@apache.org> on 2010/10/21 00:36:23 UTC

[jira] Created: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

Add IRequestListener interface to allow easier framework extension points
-------------------------------------------------------------------------

                 Key: WICKET-3125
                 URL: https://issues.apache.org/jira/browse/WICKET-3125
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 1.5-M2.1
            Reporter: Jeremy Thomerson
            Priority: Minor


See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html

Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.


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


[jira] Resolved: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

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

Jeremy Thomerson resolved WICKET-3125.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M3

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Assignee: Jeremy Thomerson
>            Priority: Minor
>             Fix For: 1.5-M3
>
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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


[jira] Commented: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923218#action_12923218 ] 

Igor Vaynberg commented on WICKET-3125:
---------------------------------------

should also include onruntimeexception, and the contract of whether or not onendrequest is called if onruntimeexception was should also be clearly defined.

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Priority: Minor
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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


[jira] Commented: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

Posted by "James Carman (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923215#action_12923215 ] 

James Carman commented on WICKET-3125:
--------------------------------------

I would say we just need to add listeners anywhere where we commonly tell folks to "just implement your own custom X and override method Y"

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Priority: Minor
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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


[jira] Commented: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923357#action_12923357 ] 

Hudson commented on WICKET-3125:
--------------------------------

Integrated in Apache Wicket 1.5.x #432 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/432/])
    

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Assignee: Jeremy Thomerson
>            Priority: Minor
>             Fix For: 1.5-M3
>
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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


[jira] Assigned: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

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

Jeremy Thomerson reassigned WICKET-3125:
----------------------------------------

    Assignee: Jeremy Thomerson

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Assignee: Jeremy Thomerson
>            Priority: Minor
>             Fix For: 1.5-M3
>
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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


[jira] Commented: (WICKET-3125) Add IRequestListener interface to allow easier framework extension points

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3125?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923219#action_12923219 ] 

Igor Vaynberg commented on WICKET-3125:
---------------------------------------

must be able to add to both application and requestcycle.

> Add IRequestListener interface to allow easier framework extension points
> -------------------------------------------------------------------------
>
>                 Key: WICKET-3125
>                 URL: https://issues.apache.org/jira/browse/WICKET-3125
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5-M2.1
>            Reporter: Jeremy Thomerson
>            Priority: Minor
>
> See http://apache-wicket.1842946.n4.nabble.com/Session-attach-tp3004389p3004681.html
> Basically, add an interface for onBeginRequest and onEndRequest that can be plugged into the WebRequestCycle.  This allows framework extensions to plugin their listeners rather than extending WRC, and requiring that you then extend them.

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