Page 1 of 5 123 ... LastLast
Results 1 to 10 of 50

Thread: Book about AspectJ: Recommendations?

  1. #1
    Join Date
    Aug 2004
    Posts
    2,715

    Question Book about AspectJ: Recommendations?

    Having worked with Spring AOP so far, I intend to dig a little deeper into AspectJ. Now I am looking for a good book about that topic.

    I am aware of "AspectJ in Action", but that dates 2003, so possibly it is not up to date anymore. Can anyone recommend a book (english or german) that covers the recent state of things (AspectJ 5)?

    Thanks for any suggestions,
    Andreas

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Ditto, but I'd prefer one in English . I was forwarded this before by a friend.
    http://www.aspectprogrammer.org/blog...e_aspectj.html

  3. #3
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Thanks for the link, Karl. Skimming the reviews I think that something like "AspectJ in Action" seems to be a better starting point as they say the usage patterns are covered better there. If it wasn't that "old" I would have already bought it. Just wondering if it is somehow outdated by the advent of AspectJ 5 or not. Maybe someone who read it could share some insight to that?

  4. #4
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Just wondered if you'd done anymore digging into this Andreas? It's near the top of my list of things to do, so I wondered what you'd gone with.

  5. #5
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Currently I think about ordering this book. Since it is in german, I fear it won't help you

    Besides that I read here about a planned second edition of "AspectJ in Action". Though there is no hint about its release date.

    While pondering about this, I work through the other books in my queue

    Maybe meanwhile someone provides hints about other resources.

    Regards,
    Andreas

  6. #6
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by Andreas Senft View Post
    Currently I think about ordering this book. Since it is in german, I fear it won't help you
    Yes my German isn't really upto that much. I can remember a standard opening line when writing a letter but that's about it. It would be a change though .

    Quote Originally Posted by Andreas Senft View Post
    Besides that I read here about a planned second edition of "AspectJ in Action". Though there is no hint about its release date.
    Thanks for the tip anyway, I'll have to do some searching for information.

    Quote Originally Posted by Andreas Senft View Post
    While pondering about this, I work through the other books in my queue
    I know what you mean. If I didn't have a job, then maybe I could catch up on all the things on my "to do" list .

  7. #7
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    Quote Originally Posted by Andreas Senft View Post
    Thanks for the link, Karl. Skimming the reviews I think that something like "AspectJ in Action" seems to be a better starting point as they say the usage patterns are covered better there. If it wasn't that "old" I would have already bought it. Just wondering if it is somehow outdated by the advent of AspectJ 5 or not. Maybe someone who read it could share some insight to that?
    AspectJ in Action is indeed a great starting point. Apart from the regular examples, it contains lots of usage patterns, best practices, design idioms. There are great chapters on using aspects to implement thread safety, business rules, authentication and authorization. I found the book a great read and learnt lots of new usage patterns of aspects. Regarding AspectJ5, you can have a look at the Developer's Notebook that comes bundled with the AspectJ distribution.

    HTH,
    - Debasish

  8. #8
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Thanks for the recommendation Debasish, I'll check them out.
    Last edited by karldmoore; Aug 30th, 2007 at 06:05 AM.
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  9. #9
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Thanks for the information Debasish.
    Much appreciated!

    Regards,
    Andreas

  10. #10
    Join Date
    Aug 2004
    Posts
    2,715

    Lightbulb Update

    Meanwhile I read the (german) book I mentioned above (Aspektorientierte Programmierung mit AspectJ 5; Oliver Böhm). For the german readers: I can recommend it. I deem it a good introduction to AspectJ with gradually increasing difficulty level. It is also quite usable as reference.

    Concerning AspectJ patterns there are only some basic ones. Otherwise it is referred to "AspectJ in Action". Maybe I will have a read on that one too, later.

    Regards,
    Andreas

Posting Permissions

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