|
From: Kopylenko, D. <dko...@ac...> - 2003-05-23 12:41:24
|
Rod, everyone, I just want to report that we've started to use AOP framework for one of our big web app. projects. We've successfully implemented and incorporated aspects like "MailConfirmationInterceptor", "AuditTrailInterceptor", "DebugInterceptor" to name a few. More to come.... The AOP paradigm is really going to be big IMO. Also, here is the list of Spring components/sub-frameworks we're using for this project: * BeanFactory * WebApplicationContext * JDBC * Tx infrastructure (via declarative aop approach) * MVC web framework * AOP Regards, Dmitriy. |