You start to need something like Spring's BeanContextAware. I've also been thinking in terms of interceptor-sets that would apply interceptors to a wide range of services (across many modules, matching modules and services using regexp). I also want to push HiveMind 1.2 towards JDK 1.5 so as to really start integrating annotation support, such as you describe, into it.
On 2/14/06, James Carman <[EMAIL PROTECTED]> wrote: > 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] > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
