Quantcast
Channel: Art of Software Reuse » spring framework
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Using Spring Interceptors to Reuse Functionality

Spring MVC interceptors (learn more about interceptor design pattern here) can be used to plug in functionality that needs to be executed as part of handling a request. These interceptors can be an...

View Article



Image may be NSFW.
Clik here to view.

Using Spring & Java Annotations to Inject Reusable Capabilities

Want to inject reusable functionality but don’t want your consumers to go through complex set of steps to implement? Using annotations, a reusable capability can be injected at runtime – your clients...

View Article

Image may be NSFW.
Clik here to view.

Using Spring & Java Annotations to Inject Reusable Capabilities – Part II

In an earlier post, I wrote about using the Spring BeanPostProcessor to inject cross-cutting concerns. That can easily be extended to inject a proxy more transparently across all beans in the...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images