This is the first of a handful of posts to augment the presentations I gave at Java One and Silicon Valley Code Camp earlier this month. It seems I significantly overestimated how much content I could effectively deliver in the time allotted, and left a few of my major points untouched. These blog posts will try to rectify that.
The first major area I failed to cover in depth was really “Extension Points”, starting from slide #56. There are four major extension points in Connector/J:
- Lifecycle Interceptors
- Statement Interceptors
- Exception Interceptors
- Loadbalancing Strategies
We’ll look at the first in this post.
Connection lifecycle events can be useful for instrumenting or debugging …
[Read more]