Posts

Showing posts with the label spring

Spring Core Tutorial

Spring Core Tutorial Spring  is a lightweight framework was written by Rod Johnson and was released under the Apache 2.0 license in June 2003. Spring framework is an open source framework which enables the Java developers to build robust application with ease, it has some popular concepts such as  Inversion of Control  /  Dependency Injection  and  Autowiring . It even provides support for Struts, Hibernate, JSF, EJB etc.