Have you found Guice useful to manage DI in you applications or run stress tests or even brought an application using Guice to a production phase in your company?
If you have, have you run into any issues with it?
|
2
|
Have you found Guice useful to manage DI in you applications or run stress tests or even brought an application using Guice to a production phase in your company? If you have, have you run into any issues with it?
|
||
|
|
|
Confirmed, Google uses Guice for many internal Java apps. You can rely on it! |
||
|
|
|
|
I've used Google Guice in a production application and love it. I have had some issues with the performance of the application, but I believe that's more of my issue than any piece of the technology stack I'm using. Currently, I'm using Guice with JSF RI, and there have been some difficult times in getting it all set up properly. There really wasn't a good resource for getting Guice to work with JSF, especially the RI. |
||
|
|
|
|
Guice is a fantastic framework. I use it extensively in a huge (> million lines) application and it is great for testing. Google has done a lot to make it production-ready and it definitely is. I can't say much about Spring because I've never used it, but I highly recommend Guice. |
||
|
|
|
|
It seems that Spring is preferred. Spring is big and it gives you integration with a lot of libraries in all the architecture levels. If you are taking risk deciding to use Guice, I recommend you to use Spring. |
||||||||||||
|
|
|
I've heard that google uses guice in production AND they have been using it in production for more than 2 years now. |
||||
|