Join Amazon Prime and get unlimited Free One-Day Delivery. Already a member? Sign in.

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
37 used & new from £11.55

Have one to sell? Sell yours here
 
   
Tell a Friend
AspectJ Cookbook
 
See larger image
 
AspectJ Cookbook (Paperback)
by Russ Miles (Author)
4.3 out of 5 stars  (3 customer reviews)
RRP: £31.95
Price: £20.77 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £11.18 (35%)
Availability: In stock. Dispatched from and sold by Amazon.co.uk.

Only 1 left in stock--order soon (more on the way).

Want guaranteed delivery by 1pm Friday, July 25? Choose Express delivery at checkout. See Details

37 used & new available from £11.55

Frequently Bought Together


Customers Who Bought This Item Also Bought

Eclipse AspectJ: Aspect-oriented Programming with AspectJ and the Eclipse AspectJ Development Tools (Eclipse (Addison-Wesley))

Eclipse AspectJ: Aspect-oriented Programming with AspectJ and the Eclipse AspectJ Development Tools (Eclipse (Addison-Wesley)) by Adrian Colyer

4.5 out of 5 stars (2)  £28.79
AspectJ in Action: Practical Aspect-oriented Programming (In Action)

AspectJ in Action: Practical Aspect-oriented Programming (In Action) by Ramnivas Laddad

5.0 out of 5 stars (3)  £32.40
Java Persistence with Hibernate

Java Persistence with Hibernate by Christian Bauer

3.4 out of 5 stars (5)  £25.79
Java Generics and Collections

Java Generics and Collections by M Naftalin

5.0 out of 5 stars (2)  £16.24
Java Concurrency in Practice

Java Concurrency in Practice by Brian Goetz

5.0 out of 5 stars (3)  £17.39
Explore similar items : Books (7)

Product details
  • Paperback: 354 pages
  • Publisher: O'Reilly Media, Inc. (20 Dec 2004)
  • Language French
  • ISBN-10: 0596006543
  • ISBN-13: 978-0596006549
  • Product Dimensions: 23 x 17.8 x 2.6 cm
  • Average Customer Review: 4.3 out of 5 stars  (3 customer reviews)
  • Amazon.co.uk Sales Rank: 417,083 in Books (See Bestsellers in Books)
    (Publishers and authors: Improve Your Sales)
  • See Complete Table of Contents

Customers Viewing This Page May Be Interested in These Sponsored Links (What is this?)
Recipes
www.knorr.co.uk    Marco Pierre White Gives Recipe Advice. Get The Latest Tips Here! 
Fresh Springtime Food
VegCooking.com    Delicious Recipes For Fresh Seasonal Spring Ingredients! 

Product Description
Synopsis
When Object Oriented programming (OO) first appeared, it was a revelation. OO gave developers the ability to create software that was more flexible and robust, but as time went on and applications became more sophisticated, too, certain areas of "traditional" OO architectures were found wanting. Aspect-oriented programming (AOP) addresses those issues by extending the OO approach even further. Many developers are interested in AOP--especially in AspectJ, the open source extension of the Java programming language that explicitly supports the AOP approach. Yet, although AspectJ is included with Eclipse, the increasingly popular open source IDE for Java, finding a practical and non-theoretical way to learn this language and other AOP tools and techniques has been a real problem. Until now. The AspectJ Cookbook offers a hands-on solution--in fact, several--with a wide variety of code recipes for solving day-to-day design and coding problems using AOP's unique approach. AOP allows the global properties of a program to determine how it's compiled into an executable program. Before AOP, important program design decisions were difficult to capture in actual code.

Instead, the implementation of those design decisions--known as "aspects"--were scattered throughout, resulting in "tangled" code that was hard to develop and maintain. AOP has been compared to the manufacturing of cloth, in which threads are automatically interwoven. Without AOP, programmers must stitch the threads by hand. The AspectJ Cookbook shows readers why, and how, common Java development problems can be solved by using AOP techniques. With our popular problem-solution-discussion format, the book presents real world examples to demonstrate that AOP is more than just a concept; it's a development process that will benefit users in an immediate and visible manner. If you're interested in how AOP is changing the way software is developed, and how you can use AspectJ to make code more modular, easier to develop, maintain, evolve and deploy, this is the book that really delivers.

From the Author
This book focuses on getting things done with AspectJ; that's the first line of the preface in this book. Aspect Orientation has been sitting on the sidelines of software development for some time and in writing this book I wanted to show how you can actually make your development easier, cleaner and more flexible than ever before.

This is not a theoretical book; there are plenty of others on aspect orientation that can hit that button exceptionally well. This is all about AspectJ practice and the types of problems that can be solved using AspectJ.

However, this is a strange type of cookbook. The first third of the book is for the beginner who's trying to get an IDE, integrate AspectJ into their software build process and deploy AspectJ into different environments. The second third is all about understanding the AspectJ extensions to the Java language in order to provide a lookup for language features that you'll find yourself using all the time. The final third shows you how to take things to the next level by implementing common solutions and patterns in object-oriented and aspect-oriented software using AspectJ.

I wanted this book to be something that sat on your desk rather than the bookshelf, something that you use all the time as you take advantage of aspect orientation in your software development. That's actually how I use it and so hopefully that's how it will be useful to you too.

See all Product Description