Results 1 to 4 of 4

Thread: Need an example showing how to use dynamic pointcut

  1. #1
    Join Date
    Feb 2005
    Posts
    17

    Default Need an example showing how to use dynamic pointcut

    Hi All
    I am new to AOP. i am trying to use the spring AOP.Does any one have an sample application showing the usage of dynamic point cut (ControlFlowPointcut). Better still both dynamic and static point cut as I want to compare the time of execution using these 2 strategies. I know since I read in one of the documentation that dynamic is slower than static, I need an example to believe.Can anyone help me on this

    Thanks
    Julius

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    There's the beginning of a sample here: http://forum.springframework.org/showthread.php?t=18945

    I can add more details if you're still having trouble.
    Last edited by robyn; May 14th, 2006 at 06:06 PM.

  3. #3
    Join Date
    Dec 2005
    Posts
    13

    Default Examples for Dynamic Pointcuts

    I think I need help with some examples for Dynamic pointcuts.
    Can they be configured in the Spring Configuration file ?

    The link in the mail...no longer opens !!!
    Some examples of how to use DynamicMethodMatcherPointcut will also help...

    Thanks,
    Shweta

  4. #4
    Join Date
    Feb 2011
    Location
    Dallas TX
    Posts
    7

    Default

    Here is an example that shows how to use DynamicMethodMatcherPointcut but I am looking for a way to achieve this from xml config file

    http://www.java2s.com/Tutorial/Java/...erPointcut.htm

    Thanks
    Shobhan

Similar Threads

  1. Replies: 2
    Last Post: Jul 14th, 2007, 09:05 AM
  2. Pointcut syntax with polymorphism
    By persapiens in forum AOP
    Replies: 0
    Last Post: Jul 14th, 2005, 12:45 PM
  3. Dynamic lookup performance
    By nestorjb in forum Container
    Replies: 2
    Last Post: May 14th, 2005, 06:38 PM
  4. How-to use dynamic pointcut
    By nadeau in forum AOP
    Replies: 2
    Last Post: Mar 11th, 2005, 08:37 PM
  5. Replies: 3
    Last Post: Nov 6th, 2004, 10:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •