Wrap Up
-
Here's a list of what this quick start guide covered:
- Installation is as easy as adding a few jars to your classpath.
- In tie interceptors are built by implementing the standard AOP Alliance interfaces.
- The InterceptorStack utility class provides a simple way to package your interceptors together.
- The ProxyInjector is used to apply interception to an object.
- Using rules can make it easier to apply interception selectively.
- The InterceptionBuilder is the easiest way to apply those rules to an interception stack.
Some of the steps listed above require the "ext" jar to be on the classpath.