The Artima Developer Community
Sponsored Link

Java Buzz Forum
Aspect Oriented Programming with AspectJ by Ivan Kiselev

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sam Dalton

Posts: 143
Nickname: samd
Registered: Jun, 2003

Sam Dalton is a Java Developer with ThoughtWorks in teh UK
Aspect Oriented Programming with AspectJ by Ivan Kiselev Posted: Jun 26, 2003 2:01 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Sam Dalton.
Original Post: Aspect Oriented Programming with AspectJ by Ivan Kiselev
Feed Title: import java.*;
Feed URL: http://www.samjdalton.com/pebble/rss.xml
Feed Description: Random, Infrequent Bloggings of a Techie
Latest Java Buzz Posts
Latest Java Buzz Posts by Sam Dalton
Latest Posts From import java.*;

Advertisement

Currently coming to the end of this book (yes I know I have been reading a lot recently, but I have a huge backlog of books to get through!), and I can honestly say it is one of the most interesting subjects that I have read about for ages! I can see some immediate and obvious uses for AOP on the project that I am currently working on (and on projects that I have worked on in the past!)

AOP attempts to address concerns that cut across an entire application, examples of this are logging, persistence and security. By defining aspects to deal with these areas, your business code can remain clean and unpolluted.

I would really encourage anyone who hasn't already to read this book to read it soon (or at least read around AOP)!

Read: Aspect Oriented Programming with AspectJ by Ivan Kiselev

Topic: WebKit: Embedding Safari Previous Topic   Next Topic Topic: Google's Broken Weblog Backlash

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use