This content has been marked as final.
Show 3 replies
-
1. Re: Refactorings for JBC2.2 (JBCACHE-1222)
manik Mar 26, 2008 3:56 PM (in response to mircea.markus)I've updated the wiki a bit, added some links to the JIRA, attached the UML diagram, etc.
As a comment - could we replace the ZIP archive with a patch file? Easier to view diffs, etc. -
2. Re: Refactorings for JBC2.2 (JBCACHE-1222)
manik Mar 26, 2008 3:58 PM (in response to mircea.markus)Should also discuss how the old Interceptor.invoke(InvocationContext ctx) interface is dealt with, since custom interceptors will extend Interceptor.
-
3. Re: Refactorings for JBC2.2 (JBCACHE-1222)
manik Apr 1, 2008 6:02 PM (in response to mircea.markus)Ok I had a think about the Commands being immutable, at least by the Interceptors - won't work. There are some Interceptors that change the parameters of the call, such as the MarshalledValueInterceptor that wraps and unwraps payloads as MarshalledValues.