» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with logging + Spring

Hibernate Query Performance Logging

One critical feature missing in Hibernate is the ability to log how long queries are taking Aspect-oriented programming can help us here.

Hibernate: del.icio.us tag/hibernate

hibernate.org - Audit Logging

auditoria con hibernate e interceptores

Hibernate: del.icio.us tag/hibernate

Implement Logging as an Aspect Using Spring's AOP Framework

(AOP) enables you to write code for a crosscutting functionality and then apply it declaratively to existing code. Logging is a prime candidate for implementation as an aspect, and Spring offers the AOP framework to get it done.

Spring: del.icio.us/tag/SpringFramework