[jboss-jira] [JBoss JIRA] Commented: (JBCACHE-54) PojoCache needs a customized interceptor option

Ben Wang (JIRA) jira-events at jboss.com
Tue Jul 18 06:14:11 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBCACHE-54?page=comments#action_12339740 ] 
            
Ben Wang commented on JBCACHE-54:
---------------------------------

Since 2.0, we use AOP based interceptor stack, user can specify directly the interceptor stack among different methods in the jboss-aop.xml. All we need to do is making sure it is well documented.

> PojoCache needs a customized interceptor option
> -----------------------------------------------
>
>                 Key: JBCACHE-54
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-54
>             Project: JBoss Cache
>          Issue Type: Feature Request
>          Components: PojoCache
>    Affects Versions: 1.2.1
>            Reporter: Ben Wang
>         Assigned To: Ben Wang
>             Fix For: 2.0.0
>
>   Original Estimate: 4 weeks
>  Remaining Estimate: 4 weeks
>
> In designing the implementation of http session repl using JBossCacheAop, there is a need to add a customized interceptor (in addition to the CacheInterceptor) to handle specific session request.
> This feature can be generalized to a generic customized interceptor chain that a user of aop can add to his own. Idea then is the chain (of which starts with the CacheInterceptor) will be added as a dynamic aop interceptors.
> This requires refactoring of current TreeCacheAop such that certain method calls can be expressed a pointcut such that we can bind customized interceptors there.

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

        



More information about the jboss-jira mailing list