|
From: <jue...@we...> - 2003-05-23 14:13:43
|
Dmitriy, This is great! I guess you're our biggest early adopter, even bigger = than werk3AT, as we don't use the AOP support yet ;-) Maybe you'll = discover some nice generic ideas, e.g. certain AOP interceptors, that we = can include in the standard framework distribution. BTW, the AOP package is now used by the remoting and ejb.access proxies, = and by jdbc.datasource.DataSourceUtils (but only for the = close-suppressing Connection proxy, used by SingleConnectionDataSource = when suppressClose=3Dtrue). Remoting is currently only included in = spring-full anyway. But spring-web requires aop now because of = ejb.access, and it should contain transaction too. I'll adapt build.xml = accordingly. Non-EJB applications that fully leverage Spring will use spring-full = anyway :-) Regards, Juergen -----Original Message----- From: Kopylenko, Dmitry [mailto:dko...@ac...] Sent: Friday, May 23, 2003 2:41 PM To: 'spring-dev-list' Subject: [Springframework-developer] AOP 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. ------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Springframework-developer mailing list Spr...@li... https://lists.sourceforge.net/lists/listinfo/springframework-developer |