What is Spring Framework ?
Spring is great framework for developing Java grade applications. It can be used to configure transaction management, remote access to RMI or web services, mailing facilities and various options in persisting your data to a database. Spring framework can be used in modular website fashion, it allows you to use it in parts and leave other unnecessary parts that are not required by application.
The core features of this Framework can be used in any Java application, but there are also extensions for building web applications on top of the Java Enterprise platform. Although the Spring Framework does not impose any specific programming model, it has become popular in the Java community as an alternative to, replacement for, or even addition to the Enterprise JavaBean (EJB) model.| more |