Editorial Review:
Guice (pronounced “Juice”) is the Jolt Award winning, 100% Java icing on the cake of Java dependency injection. Unlike other popular DI frameworks such as Spring, Guice fully embraces modern Java language features and combines simplicity with stunning performance and developer–friendliness. Google Guice: Agile Lightweight Dependency Injection Framework will not only tell you “how,” it will also tell you “why” and “why not,” so that all the knowledge you gain will be as widely applicable as possible. Filled with examples and background information, this book is an invaluable addition to your knowledge of modern agile Java. - Learn simple annotation–driven dependency injection, scoping and AOP, and why it all works the way it works.
- Be the first to familiarize yourself with concepts that are likely to be included in a future Java EE or SE release (through JSR 299).
- Get things done without having to write any XML.
What you’ll learn - Find out why dependency injection frameworks solve your problems, and how Guice fills that gap.
- What Guice can do, can’t do and how to apply that knowledge.
- How Guice compares to popular alternatives like the Spring Framework.
- What the future has in store, including Guice IDE, the next Guice version and the standardization of Guice’s concepts through JSR 299.
- How you can build real–world, Guice–powered web applications using popular frameworks like Wicket or Struts 2.
- How to develop a full stack Guice/Struts 2/Hibernate application.
- What you can really do with modern Java.
Who is this book for? This book is for professional Java developers who are interested in dependency injection and modern Java coding practices, and who want to tackle complexity with a simple, powerful, and high–quality solution that powers one of Google’s highest profile applications: AdWords. This may be an alternative to Spring for many. Cached date: AWS Called=true
You may also be interested in these products:
These categories may also be of interest to you:
Customer Reviews
Average Customer Rating: 
Agile code, agile book 2008-05-31 Google Guice is both the name of agile code, and an agile book. Just as agile development emphasizes light-weight processes and elevates YAGNI to a chant, Vanbrabant's style is quick, to the point, and covers all the important bits first and formost, only giving enough about non-essentials to alert you to them.
Already in my Spring-dominated office I have had a manager and another developer, both conservative in their technologies, pick up the book, read it, and come back to me sold on trying out Guice in a project. Guice is that good; so is the book.
RE: a very good book about a great framework 2008-05-27 (DI) Dependancy Injection is critical to doing test driven development there are many DI frameworks but none are as simple to use, lightweight and as type safe as guice. The author does a very good job helping you get started using guice and even shows some advanced features of guice. If your into test driven development you owe it to yourself to check out how guice can make your life easier.
|
|