AOP in the Container

JSR 175, JBoss and AOP

Some of the themes echoed by Spring will by found elsewhere. The idea
of the container providing services via AOP is gaining ground. Here is
a brief example of JBoss 4 and it's AOP handling.

Note that Spring can also handle transaction management declared as
metadata right now, though not through xdoclet (spring uses some commons
functionality for reading javadocs). Spring also handles txn declared
in the spring configuration.

VERY cool stuff. J2EE without the EJB!!

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart