Well, I don't want to maintain redundant code, it I don't have to. I would gladly switch to another module, and that will give me less code to maintain.
Other comments interspersed below... On May 15, 2013, at 12:38 PM, Nourredine Khadri wrote: > No need to delete your contribution Lenny : ) > > This module was first implemented to fulfill our need and to replace > our internal IOC framework. Now we want to share it. > We have been focused on a Tomee environment, though the implementation > is not container specific. We also need to handle CDI qualifiers, keep > the implementation standard (not Weld specific for instance) and ease > its use (no additional configuration other than adding the maven > dependency, no conflict with Tapestry IOC, no custom annotation) I do believe that the same could be said for tapestry-cdi and by extension FlowLogix Magnus, can you comment on this? > > We would be happy if you can share your experience (maybe you could > test it with Glassfish?) and your thoughts. Can you release an alpha version on maven central? This is key for us being able to use it. > > To answer to the previous questions : > - It's used in some internal projects and we intend to generalize its > use for all our projects. > - "Is it works even if CDI is turned off ?" I'm not sure I understood > - I just can say that the tapestry project that use our module doesn't > need any beans.xml file (and obviously, if CDI is not used, no need to > use the module) There is a case (EAR file, for example) where some modules use CDI (beans.xml exists) and some don't (no beans.xml), yet have the same classpath, i.e. have tapestry CDI module on the classpath. This would cause the Tapestry module to fail, and stop the application startup in its tracks. This would be a big problem for us. Hope that makes it clearer > - "Is the got5 module in Maven central?" not for the moment, as it's > still a snapshot version > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org