Thursday, 23 October 2014

Introduction to Java Spring Framework.

Spring framework is very famous open source framework based on Java. Now a days more and more web apps are made of Spring Framework because of its good features.

The first version was written by Rod Johnson and it was first released under Apache license.

There are some good modules of Spring Framework as described below :-

Spring Core Container: This is the base module of Spring and provides spring containers (BeanFactory and ApplicationContext).

Aspect Oriented Programming: Enables implementation of cross-cutting concerns.

Data Access: To work ORM (Object Relational Mapping) like Hibernate.

MVC: Model-View-Controller structure to easily manage your complex systems.

Inversion Of Control: It is to be done via Dependency Injection.

Why use Java Spring Framework ?

So you have seen modules as described above and you know that MVC structure is very famous now a days and Java and Spring Framework both are open source and other modules add advantage to this framework so now a days more and more Enterprise Applications made in Java Spring Framework. More and more developers use Spring Framework.

All know that Java is strong , secure and robust programming language and spring framework is easy to use so people love to use Java Spring Framework.

No comments:

Post a Comment