All, One of the coolest features of Spring is the ability to "autoproxy" beans. I would love to create a feature for HiveMind which would allow us to auto-intercepto services, based on some criteria. One cool criteria I use for Spring is the existence of the @Transactional attribute on my implementation class' methods, which causes Spring to put a TransactionInterceptor proxy around my bean automatically (with a bit of XML of course). But, that's really cool, IMHO. Any ideas, folks?
James --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
