Posts tagged ‘Inversion Of Control’

Google Guice

Rate Google Guice:
Community:1 Star2 Stars3 Stars4 Stars5 Stars (2 votes)
Loading ... Loading …Maturity:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …Documentation:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …Resources:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading … Customization:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …Integration:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …

Google Guice is a light java dependency inversion framework using annotations. It is developed by Google(Bob Lee and Kevin Bourrillion) and it is used internally by Google for their applications. Google Guice is sometimes considered an Inversion of Control Container but as their authors state it’s not a container, it’s just an Dependency Injector, being too Continue reading ‘Google Guice’ »

Spring

Rate Spring:
Community:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …Maturity:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …Documentation:1 Star2 Stars3 Stars4 Stars5 Stars (2 votes)
Loading ... Loading …Resources:1 Star2 Stars3 Stars4 Stars5 Stars (2 votes)
Loading ... Loading … Customization:1 Star2 Stars3 Stars4 Stars5 Stars (2 votes)
Loading ... Loading …Integration:1 Star2 Stars3 Stars4 Stars5 Stars (3 votes)
Loading ... Loading …

There were technical challenges faced by Java developers and organization while developing applications in Java platforms. Spring Framework provides solutions to many of their technical challenges. Reason of popularity of the Spring Framework is not particularly its linking to the Java Enterprise platform, despite the fact, its widely influential integration in this area.

The Spring Framework is well known for providing features which are required to create intricate business applications effectively outside of the programming models. It is also accredited for initiating earlier unfamiliar functionalities into today’s mainstream development practices.


Continue reading ‘Spring’ »