You are here

Spring framework

Keeping it Simple

J2EE should be easier to use. This is one of the key objectives of the Spring Framework.

Interfaces - no need to know exactly who you're talking to

It's best to program to interfaces, rather than classes. Spring reduces the complexity cost of using interfaces to zero. How does this relate to CSP notions of decoupling?
Subscribe to RSS - Spring framework