Let's define some well known problems
8 replies - 4112 views - 05/18/11 by Artur Mkrtchyan in Articles
CDI provides a pluggable architecture allowing you to easily process your own annotations.
Read this article to understand the inner workings of CDI and why this JSR is so important.
25 replies - 17383 views - 04/05/11 by Rick Hightower in Articles
CDI is the
Java standard for dependency injection (DI) and interception (AOP). It is evident
from the popularity of DI and AOP that Java needs to address DI and AOP so that
it can build other standards and JSRs on top of it. DI and AOP are the...
16 replies - 28145 views - 03/28/11 by Rick Hightower in Articles
While developing software applications for a business we receive the requirements either from a requirements gathering team or from business analysts. In general those requirements are functional requirements which represent the activities that the business...
9 replies - 6035 views - 01/18/11 by Sivaprasadreddy... in Articles
When you want to develop an application like “performance monitor”,
you must go with AOP. Here passing values between one aspect (advice in spring)
to another is not possible.
The following example explains how to pass a value generated in
one...
1 replies - 2136 views - 11/29/10 by Maheshkumar Per... in Tips and Tricks
During the last Devoxx conference, Mark Reinhold, Sun's chief engineer for Java SE, gave a presentation
on the latest directions for Java 7. (Hamlet D'Arcy's summary of Mark's presentation is available
here.)
13 replies - 25043 views - 05/30/09 by Javier Paniza in Articles
Chapter 1: Understanding AOP Concepts
The first chapter is a
wide introduction to all the main concepts that you need to know in
approaching AOP. All these components are described with
their...
1 replies - 6571 views - 05/11/09 by Piergiorgio Lucidi in Book Reviews
In a previous post
I showed you how you could use mixin composition and self type
annotations to enable Dependency Injection (DI). Mixin composition is
an extremely powerful tool that you can utilize in many different ways
to enable modular and reusable code....
0 replies - 9630 views - 12/10/08 by Jonas Boner in Articles
The AOP methodology is just that—a methodology. In order to be of any use in the real world, it must be implemented, or realized. As with any methodology, it can be implemented in various ways. For example, one realization of the OOP methodology...
0 replies - 20531 views - 09/12/08 by James Sugrue in Articles
DZone recently sat down with Sacha Labourey, CTO of Red Hat Middleware, to discuss the upcoming release of JBoss Application Server (AS) 5. In this...
1 replies - 26121 views - 08/21/08 by Nitin Bharti in Videos
Chapter 1. An Introduction to Spring.The author
starts off by giving his interpretation of terms defining the topic of
the book explaining to the reader the notion of frameworks,...
0 replies - 10212 views - 03/17/08 by Michael Smolyak in Book Reviews
The following article introduces SpringIDE - a set of plugins to simplify development of Spring based applications in Eclipse. I'll cover how to get started with Spring and how to write a simple Spring AOP example.
10 replies - 316715 views - 02/13/08 by James Sugrue in News