Search:

Type: Posts; User: vickyk; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    2,515

    Does this mean there will be change in the...

    Does this mean there will be change in the JdkDynamicAopProxy , as that generates the MethodInvocation , which is of type the ReflectiveMethodInvocation ?

    Regards
    Vicky
  2. Replies
    6
    Views
    2,515

    Rod I can't think of such a usage where you...

    Rod
    I can't think of such a usage where you just have a Advice without the Invocation .Anyway the user will be making the call on the AOP proxy and will expect call to be made at the actual...
  3. Replies
    6
    Views
    2,515

    Regarding the Interceptor documentation?

    Hi All,

    Refferring to above quote what does the following statement mean , I can't understand the concept of removal of interception layer in Proxybased AOP .

    Regards
    Vicky
  4. Replies
    5
    Views
    3,509

    Re: AspectWerkz integration

    Rod ,

    I dont understand how the integration will help the end user , especially from the weaving to Proxy implemented AOE.
    Regards
    Vicky
  5. Replies
    2
    Views
    3,712

    Rod , I am not able to understand your statement...

    Rod ,
    I am not able to understand your statement clearly , ok let me just put a raw design down .Considering a class A as

    The Test case class follows :

    Now I dont want to write the ATest ,...
  6. Replies
    2
    Views
    3,712

    AOP and Unit testing ?

    Hi All,
    I have a idea evolving in my mind , it is using the AOP with the Unit Testing .It can be done with the JUnit , I am in a process of evaulation/analysing this idea and would be glad to...
  7. Replies
    12
    Views
    4,341

    My idea about the Pooling would be the...

    My idea about the Pooling would be the Performance improvement , typically if the Object is being frequently used . Let us call this a caching of the object , as the concurrent user access increases...
  8. Replies
    13
    Views
    5,161

    Should not the Introduciton Advisor be used in...

    Should not the Introduciton Advisor be used in the case of matching all the methods ?

    Rgds
    Vicky
  9. Replies
    13
    Views
    5,161

    I am sure about the RegexpMethodPointcutAdvisor ,...

    I am sure about the RegexpMethodPointcutAdvisor , I have not been aware of regular expression as the word . Do you mean the following snippet

    can be replaced by


    Rgds
    Vicky
  10. Replies
    13
    Views
    5,161

    Ya that is correct , I have interpreted it...

    Ya that is correct , I have interpreted it wrongly .In this case he could use the DefaultPointcutAdvisor.

    Do you mean the slower Development or Slower Execution here ?

    Regards
    Vicky
  11. Replies
    13
    Views
    5,161

    I have a different opinion here . I have noticed...

    I have a different opinion here . I have noticed the flow as
    ProxyFactoryBean ------> createAdvisorChain() -----> addAdvisor() -----> namedBeanToAdvisorOrTargetSource() ...
  12. Replies
    5
    Views
    2,901

    Rod , Can I get some of your time on this ....

    Rod ,
    Can I get some of your time on this . :wink:
    Regards
    Vicky
  13. Replies
    5
    Views
    2,901

    Hi Rod, As per your statement then the Advisor...

    Hi Rod,

    As per your statement then the Advisor in Spring should have the PointCut also , but your design have a seperate Pointcut Advisor and Introduction Advisor ? Why is this like that ?
    ...
  14. Re: IntroductionAdvisor

    Rod I have not been able to understand the Advisor types , what I can understand is that
    1) The Spring Advisor does contain the Advice .
    2) There are two types which are provided by you the...
  15. Problem at http://opensource.objectsbydesign.com/spring/inde

    Actually I was trying to figure the design from the class diagram at the http://opensource.objectsbydesign.com/spring/index.html .If you view the aop block there you will find the Advisor with three...
  16. Why is there Interception Advisor in your Design?

    Hi Rod,
    What is the significant of the Interception Advisor in your design ?
    Aspect does contain the Advice and PointCut , so I can understand the PontCut Advisor in your design...
Results 1 to 16 of 16