current status of Guice

572 views
Skip to first unread message

Ron

unread,
Nov 22, 2017, 9:10:47 AM11/22/17
to google-guice
Hi All

It seems the activities around Guice, both in terms of the discussions here and the commits in the Github repo seems to have slowed right down.

What is the current status, are people moving away? 

I successfully delivered a number of projects using Guice in it's early days, around 6 years ago. Then I moved away from Java but came back to it last year. The project I picked up had code running on Struts and Spring, I ripped that all out and put in a simple action based framework on top of Guice. The final result had 5 times original functionality with at least 50% reduction in dependencies and a slight reduction in total code base size. Also zero XML based configuration. (Not saying that this will always be the case, a lot is probably due to the state of the current code, and the project requirements)

I'm about to embark on a new project and would be keen to use the same framework again.

However, I'm concerned as to why activities have completely died down, are people moving away? If so to what? Dagger? Spring?

Thanks
Ron

  

Ronnie Roller

unread,
Nov 22, 2017, 10:26:12 AM11/22/17
to google...@googlegroups.com
Just speaking for myself where I used guice across amazon and oracle on numerous projects, for me Guice is feature complete. I’m happy where it is and don’t particular need anything else.  I continue to use it. 
--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice...@googlegroups.com.
To post to this group, send email to google...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-guice.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-guice/8c56151c-e895-481a-9384-d85842fb5590%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Sowerby

unread,
Nov 22, 2017, 10:55:26 AM11/22/17
to google...@googlegroups.com
I'd echo that - it's always difficult to judge whether an open source project is becoming less active because it is falling out of favour, or it has just reached maturity and needs little to be done.  I'd say Guice is definitely in the latter category

On 22 November 2017 at 15:26, Ronnie Roller <ronnie...@oracle.com> wrote:
Just speaking for myself where I used guice across amazon and oracle on numerous projects, for me Guice is feature complete. I’m happy where it is and don’t particular need anything else.  I continue to use it. 

On Nov 22, 2017, at 6:10 AM, Ron <ronst...@gmail.com> wrote:

Hi All

It seems the activities around Guice, both in terms of the discussions here and the commits in the Github repo seems to have slowed right down.

What is the current status, are people moving away? 

I successfully delivered a number of projects using Guice in it's early days, around 6 years ago. Then I moved away from Java but came back to it last year. The project I picked up had code running on Struts and Spring, I ripped that all out and put in a simple action based framework on top of Guice. The final result had 5 times original functionality with at least 50% reduction in dependencies and a slight reduction in total code base size. Also zero XML based configuration. (Not saying that this will always be the case, a lot is probably due to the state of the current code, and the project requirements)

I'm about to embark on a new project and would be keen to use the same framework again.

However, I'm concerned as to why activities have completely died down, are people moving away? If so to what? Dagger? Spring?

Thanks
Ron

  

--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice+unsubscribe@googlegroups.com.

--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice+unsubscribe@googlegroups.com.

To post to this group, send email to google...@googlegroups.com.
Visit this group at https://groups.google.com/group/google-guice.

For more options, visit https://groups.google.com/d/optout.



--
regards

David

Stephan Classen

unread,
Nov 22, 2017, 11:03:25 AM11/22/17
to google...@googlegroups.com

Guice never had a lot of activity in the open source area.
There was once a Apache project (Onami) which became abandoned a few years ago.

I feel Google is not very interested in a vivid community around Guice. Maybe they have enough internal factors driving Guice and do not want too many community driven changes which may conflict with their internal needs.

Never the less Guice is a very mature and stable piece of software.

As you mentioned the two alternatives are Spring and Dagger.

Spring is a framework where as Guice is a library. This means with Spring you not only get dependency injection but can easily add many more functionalities.

Dagger on the other end is focusing on performance over functionality. Also they have a annotation processor which does compile time validation. As a consequence of this they cannot offer all the functionalities Guice does (like injecting unannotated classes with an empty default constructor).

Hope this helps, and as always we would like to hear more about how the future of Guice is seen by Google ;)

--
You received this message because you are subscribed to the Google Groups "google-guice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-guice...@googlegroups.com.

Filipe Sousa

unread,
Nov 23, 2017, 4:28:39 AM11/23/17
to google-guice
+1
Reply all
Reply to author
Forward
0 new messages