But, if you're already using spring as a dependency (by using @Transactional), then why use another IoC container?
On Tue, May 20, 2008 at 4:42 PM, Peter Ertl <[EMAIL PROTECTED]> wrote: > guice DOES support @Transactional (and any other AOP Alliance interceptor) > > it's called AbstractModule.bindInterceptor() > > > Am 20.05.2008 um 22:33 schrieb James Carman: > >> I'm interested. I just don't know about making it ORM and container >> agnostic. There are too many things you can do with Spring that I >> can't live without (like @Transactional annotations). >> >> On Tue, May 20, 2008 at 4:29 PM, Cristi Manole <[EMAIL PROTECTED]> >> wrote: >>> >>> I am interested in helping out. And I am sure others are too. I hope you >>> keep going with this idea. >>> >>> Cristi Manole >>> >>> On Tue, May 20, 2008 at 11:26 PM, Peter Ertl <[EMAIL PROTECTED]> wrote: >>> >>>> Don't forget to make it language independent so it runs on C#, Scala, >>>> Fortran or Algol 68 as well :-) >>>> >>>> Am 20.05.2008 um 22:15 schrieb James Carman: >>>> >>>> >>>> If you are creating a "product", why do you need to be able to plugin >>>>> >>>>> a different IoC container (Guice vs. Spring for example)? Do you >>>>> think a site admin will honestly care which container you use (or ORM >>>>> API for that matter)? >>>>> >>>>> 2008/5/20 Uwe Schäfer <[EMAIL PROTECTED]>: >>>>> >>>>>> hi >>>>>> >>>>>> i remember someone asking for a wicket based forum few weeks ago. i >>>>>> plan >>>>>> to >>>>>> build one within the next few months. is there anyone interested in >>>>>> contributing code, ideas, reviews, tests or criticism? >>>>>> >>>>>> it is going to be as modular as i can get it, and should play nicely >>>>>> with >>>>>> guice as well as spring, jpa as well as hibernate or ibatis, etc... >>>>>> >>>>>> anyone interested in helping out? >>>>>> >>>>>> cu uwe >>>>>> -- >>>>>> >>>>>> THOMAS DAILY GmbH >>>>>> Adlerstraße 19 >>>>>> 79098 Freiburg >>>>>> Deutschland >>>>>> T + 49 761 3 85 59 0 >>>>>> F + 49 761 3 85 59 550 >>>>>> E [EMAIL PROTECTED] >>>>>> www.thomas-daily.de >>>>>> >>>>>> Geschäftsführer/Managing Directors: >>>>>> Wendy Thomas, Susanne Larbig >>>>>> Handelsregister Freiburg i.Br., HRB 3947 >>>>>> >>>>>> Registrieren Sie sich unter http://morningnews.thomas-daily.de für die >>>>>> kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages >>>>>> morgens um 9:00 in Ihrer Mailbox. >>>>>> >>>>>> Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich >>>>>> um >>>>>> 8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach >>>>>> 16:00 >>>>>> Uhr des Vortages eingegangen sind. Die Email-Adresse unserer Redaktion >>>>>> lautet [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] >>>>> >>>> >>>> >>>> --------------------------------------------------------------------- >>>> 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
