We need to add some transaction logging features in our business layer which is based on EJB 2.0 (non-spring service based architecture). I was wondering if we could use the Spring AOP module to implement such a thing instead of using AspectJ. The problem is that our beans are NOT YET managed by Spring.
Any ideas?
Thanks,
lucas_opara@hotmail.com


Reply With Quote