24th April 2008, 01:39 pm
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’ »
17th March 2008, 06:26 pm
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’ »