Results 1 to 6 of 6

Thread: Spring AOP and benchmarks

  1. #1
    Join Date
    Aug 2004
    Location
    France - Saint Nazaire
    Posts
    79

    Default Spring AOP and benchmarks

    Hello,

    I'm looking for a benchmark on the use of AOP with Spring to see impacts of using declarative transactions, proxy factory beans...
    I see in the book "J2EE Development without EJB" that there are benchmarks on Spring: "For futher discussion on this benchmark, including the source code and detailed results, follow the Performance link on the Spring web site".
    But I can't find it. Have informations about it?
    Thanks,
    Thierry

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Except for the benchmark results in the book there isn't much else. Of course you could use the benchmark code from the CVS to run it yourself.

    Anyway, I'm busy implementing a couple of benchmarks for different AOP frameworks to see if there is any difference between proxy-based frameworks and the others.

    We'll publish the results somewhere soon I hope.

    Alef

  3. #3
    Join Date
    Aug 2004
    Location
    France - Saint Nazaire
    Posts
    79

    Default

    Hi Alef,

    Ok, thanks for your response. I will use the benchmark from cvs.
    Thierry

  4. #4

    Default

    Quote Originally Posted by Alef Arendsen
    Except for the benchmark results in the book there isn't much else. Of course you could use the benchmark code from the CVS to run it yourself.

    Anyway, I'm busy implementing a couple of benchmarks for different AOP frameworks to see if there is any difference between proxy-based frameworks and the others.

    We'll publish the results somewhere soon I hope.

    Alef
    I realize this is an old post, but i'll be very interested if you have published those benchmarks...

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

    Default

    There were some comparative bechmarks published here.

  6. #6

    Default

    perfect, ... All i wanted and even more.... Thank you++

Posting Permissions

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