Anyone got some experience with backport175 (http://backport175.codehaus.org/)? If it delivers on its promises we could maybe use it and maintain compatibility with JDK 1.3/1.4.
On 2/14/06, James Carman <[EMAIL PROTECTED]> wrote: > Yes, interceptor sets would be cool, too. I am +1 to moving to 1.5 for > future development of HiveMind. If we had interceptor sets which can be > applied automatically to service's based on some criteria (annotations or > something), then that would be really cool. I'm trying to convince the > Trails folks to switch to HiveMind for their services (I may just do it when > they're not looking ;-). > > > -----Original Message----- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 14, 2006 2:57 PM > To: [email protected] > Subject: Re: Autoproxying... > > 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] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
