WAS v8.5 > WebSphere applications > Spring applications

Spring Framework

There are some best practices to develop Spring Framework applications that can run successfully in a WebSphere Application Server environment.

The Spring Framework is an open source project that provides a framework for simple Java objects that enables them to use the Java EE container through wrapper classes and XML configuration.

We can use the Spring Framework with WAS v6.0.2 and later, but some supported features require a specific release of the product. When this situation applies, it is stated in the relevant topic.

For WAS v7.0 or later, use Spring Framework v2.5.5 or later.

In general, if both WAS and the Spring Framework provide a service, it is preferable to design the application to use the service in the application server directly. In this way, you ensure the application is based on the open standards the application server supports and has flexibility for future deployment. Also, you ensure the application can use the qualities of service the application server provides, such as security, workload management, and high availability.


Subtopics


Related


Configure access to a Spring application data source


Related information:

Use Spring and Hibernate with WAS

Spring Documentation


+

Search Tips   |   Advanced Search