- Custom Thread Scope
- Spring custom scope implementation for thread scoped beans.
- Dynamic Tiles Spring MVC Module
- Have a default Tiles definition that takes the url of an incoming request and assumes it should be the request body and dynamically inserts the url into the default definition.
- Spring by Example JDBC
- Some nice utitlies for helping initialize scripts and to make it easier using HSQL DB. They are especially useful for unit tests.
- Spring by Example JCR Module
- Utilities for helping to recurse through JCR Nodes.
- Spring by Example Util's HttpClientTemplate
- Callback template around Commons HttpClient.
- Spring by Example Util's HttpClientOxmTemplate
- Callback template around Commons HttpClient that uses Spring OXM to marshall and unmarshall XML for HTTP requests.
Tim Voet also posted an example using a BeanPostProcessor to dynamically insert a logger based on the bean's class if it has a setLogger method. This is a nice way to avoid typos when creating loggers.
No comments:
Post a Comment