Skip to main content

Posts

Showing posts from August 14, 2009

Springs

Spring is an open source framework.It was created to address the complexity of enterprise application development.Spring makes it possible to use plain-vanilla Java beans to archive things that were previously only possible with EJB's. Spring is a lightweight dependency injection and aspect oriented container and framework. Feature Of Spring: 1 Lightweight 2 Dependency Injection 3 Aspect Oriented 4 Container 5 Framework Important Links to know more about Springs. Encyclopedia Spring Home download springs modules Any suggestion Welcome..