Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications
Develop Spring applications
This page provides a starting point for finding information about how to develop Spring applications that can run successfully in a WAS 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.
- Configure access to a Spring application data source
We can use WAS to manage access to a data source for a Spring application.