Spring Framework is a Java platform that provides comprehensive infrastructure support for
developing Java applications. Spring facilitates the applications building from “plain old Java
objects” (POJOs) and to apply enterprise services non-invasively to POJOs. This capability
applies to the Java SE programming model and to full and partial Java EE.
Some of the Spring platform advantages are:
* Make a Java method execute in a transaction without having to deal with transaction APIs.
* Make a local Java method a remote procedure without having to deal with remote APIs.
* Make a local Java method a message handler without having to deal with JMS APIs
Some of the Spring platform advantages are:
* Make a Java method execute in a transaction without having to deal with transaction APIs.
* Make a local Java method a remote procedure without having to deal with remote APIs.
* Make a local Java method a message handler without having to deal with JMS APIs
No comments:
Post a Comment