[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-58) Refactor TreeCache
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Tue Sep 25 09:52:41 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-58?page=all ]
Manik Surtani resolved JBCACHE-58.
----------------------------------
Fix Version/s: (was: 2.1.0.GA)
Resolution: Duplicate Issue
See JBCACHE-931
> Refactor TreeCache
> ------------------
>
> Key: JBCACHE-58
> URL: http://jira.jboss.com/jira/browse/JBCACHE-58
> Project: JBoss Cache
> Issue Type: Task
> Reporter: Bela Ban
> Assigned To: Manik Surtani
> Original Estimate: 10 weeks
> Remaining Estimate: 10 weeks
>
> use interceptors. Investigate use of aopc; TreeCache only has
> structure (tree), everything else
> is an aspect:
> - Locking (pessimistic, optimistic)
> - Replication
> - Cacheloading,
> - Eviction
> - Notifications
> - Stats
> - Interceptor which takes all arguments and adds them to the hashmap of Invocation, e.g.
> "fqn", "transaction", "access-mode" ("r/w"). This way, individual interceptors don't have to
> look at every single method, and when methods' signature change, only one interceptor is affected
> Requires JBossAop on jboss-head and jboss-3.2
> - Create a TreeCache interface and factory method to migrate from 1.1 to 2.0
> - Requires interface name change so JBossCache uses TreeCacheAop
--
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