Re: Comment on 3rdPartyModules in google-guice

2013-08-12 Thread google-guice
Comment by andrei.w...@gmail.com: jcatapult site: https://code.google.com/p/jcatapult/ For more information: https://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To unsubscribe from t

Re: Comment on 3rdPartyModules in google-guice

2013-07-28 Thread google-guice
Comment by mccu...@gmail.com: Eclipse/Sisu provides various Guice modules to support classpath scanning, auto-binding, and dynamic auto-wiring: http://www.eclipse.org/sisu/docs/tutorials/javadoc.html For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You re

Re: Comment on 3rdPartyModules in google-guice

2013-07-09 Thread google-guice
Comment by sripad.6e: Please refer the below project to integrate Google Guice's AOP with the Struts1 Action classes. https://code.google.com/p/google-guice-aop-struts1-integration For more information: https://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message

Re: Comment on 3rdPartyModules in google-guice

2012-11-26 Thread google-guice
Comment by mccu...@gmail.com: Onami is a community-driven project incubating at Apache that provides numerous extensions: http://onami.incubator.apache.org/ For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribe

Re: Comment on 3rdPartyModules in google-guice

2012-10-31 Thread google-guice
Comment by jor...@jordanzimmerman.com: Netflix is adding to the party: * http://techblog.netflix.com/2012/10/governator-lifecycle-and-dependency.html * https://github.com/Netflix/governator For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received t

Re: Comment on 3rdPartyModules in google-guice

2012-10-31 Thread google-guice
Comment by jor...@jordanzimmerman.com: Netflix is adding to the party: * http://techblog.netflix.com/2012/10/governator-lifecycle-and-dependency.html * https://github.com/Netflix/governator For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this

Re: Comment on 3rdPartyModules in google-guice

2012-10-31 Thread google-guice
Comment by jor...@jordanzimmerman.com: Netflix is adding to the party: https://github.com/Netflix/governator http://techblog.netflix.com/2012/10/governator-lifecycle-and-dependency.html For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message

Re: Comment on 3rdPartyModules in google-guice

2012-08-22 Thread google-guice
Comment by ash...@gmail.com: https://code.google.com/p/mycila/#Mycila_Guice ServiceLoader plugin (enables injection into loaded services) JSR250 supports improved from GuicyFruit Custom Injector with more useful methods which consider the whole Injector hierarchy CachedScope t

Re: Comment on 3rdPartyModules in google-guice

2012-04-12 Thread google-guice
Comment by aleksey@gmail.com: There is a new 3rd Party Module that extends guice-persist and add Repository pattern support. Module is based on Spring Data-JPA project [http://www.springsource.org/spring-data/jpa]. http://code.google.com/p/guice-repository/ For more information: http:/

Re: Comment on 3rdPartyModules in google-guice

2012-02-13 Thread google-guice
Comment by dewi...@gmail.com: Might I suggest Objection (http://github.com/atomicobject/objection) for Objective-C. For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribed to the Google Groups "google-guice-dev

Re: Comment on 3rdPartyModules in google-guice

2011-12-23 Thread google-guice
Comment by christop...@gmail.com: Seems like the new home of Rocoto is now http://99soft.github.com/rocoto/ For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To

Re: Comment on 3rdPartyModules in google-guice

2011-08-29 Thread google-guice
Comment by vrabel.z...@gmail.com: If somebody want something similar to the Spring MVC, I've wrote a MVC for web apps based upon Guice 3.0 and servlet extension. I've implemeted a Velocity/Freemarker/JSilver template engines as well (http://code.google.com/p/lime-mvc). For more informatio

Re: Comment on 3rdPartyModules in google-guice

2011-05-25 Thread google-guice
Comment by philippe.beaudoin: Something to add to your list of Guice-based testing frameworks: Jukito (http://jukito.org) That has gained in popularity quite a bit recently... For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because

Re: Comment on 3rdPartyModules in google-guice

2011-05-09 Thread google-guice
Comment by sripad.6e: Is there a way to add Guice's AOP on EJB3 Stateless Session Beans? For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribed to the Google Groups "google-guice-dev" group. To post to this group

Re: Comment on 3rdPartyModules in google-guice

2010-11-30 Thread google-guice
Comment by sripad.6e: I want to participate in developing 3rd party Guice addons and have done some work which I want to post here. Please let me know the procedures for the same. For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message

Re: Comment on 3rdPartyModules in google-guice

2010-10-14 Thread google-guice
Comment by philippe.beaudoin: You may want to add gwt-platform to the web frameworks that use Guice: http://gwtplatform.com For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules -- You received this message because you are subscribed to the Google Groups "google-

Re: Comment on 3rdPartyModules in google-guice

2010-09-06 Thread google-guice
Comment by daniel.manzke: I created a Project, which should help with Classpath Scanning, Bean Binding and automatic Module registration. The project contains a pure Scanner which uses ASM and Java-based features. You could also use the Scanners of Reflections or the Guice Extension of So

Re: Comment on 3rdPartyModules in google-guice

2010-08-24 Thread google-guice
Comment by hshsce: Tadedon: http://code.google.com/p/tadedon/ It is a bunch of Java utilities, and some of them are related to Guice. In the context of Guice it allows to: * Test Guice managed servlets and filters without need of real servlet container. * Intercept @Transactional annota

Re: Comment on 3rdPartyModules in google-guice

2010-01-20 Thread codesite-noreply
Comment by simone.tripodi: I recently started developing and maintaining two small libraries on top of Guice 2: * [http://rocoto.googlecode.com/svn/site/2.0/index.html Rocoto] that makes easier working with configuration files and converters; * [http://ibaguice.googlecode.com/svn/site/1.0

Comment on 3rdPartyModules in google-guice

2009-06-21 Thread codesite-noreply
Comment by taowen: I have written another test framework integration for Guice 2.0. http://taowen.github.com/bayberry/. It supports dependency injection for test case. Also, has a unique feature not available in other java test frameworks, that is data injection (a.k.a fixture) which promot

Comment on 3rdPartyModules in google-guice

2009-06-19 Thread codesite-noreply
Comment by hofmanndavid: JBoss Microcontainer link is broken For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "google-guice-dev" grou

Comment on 3rdPartyModules in google-guice

2009-04-04 Thread codesite-noreply
Comment by simone.tripodi: I've been maintaining 2 projects based on Guice 1.0 that we've been internally using in the company: Testing http://code.google.com/p/testnguice/ TestNG + Guice as described in Beust-Suleiman's Book Web frameworks http://code.google.com/p/injectlet/ Servlet inject

Comment on 3rdPartyModules in google-guice

2009-02-16 Thread codesite-noreply
Comment by cagatay.civici: PrimeFaces JSF library provides a feature to use Guice as JSF backing beans. http://primefaces.prime.com.tr For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules --~--~-~--~~~---~--~~ You received this messag

Comment on 3rdPartyModules in google-guice

2009-01-09 Thread codesite-noreply
Comment by limpbizkit: PHP: http://www.beberlei.de/sphicy/ For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "google-guice-dev" group.

Comment on 3rdPartyModules in google-guice

2009-01-06 Thread codesite-noreply
Comment by Michael.Stachel: There is also integration in Metro (JAX-WS reference implementation) at this link: [https://jax-ws-commons.dev.java.net/guice/] Regs MiSta For more information: http://code.google.com/p/google-guice/wiki/3rdPartyModules --~--~-~--~~~--