Spring Security

Spring Security 4.1.1 updated

Spring Security was formerly known as the Acegi Security System for Spring. The newer versions of this framework provide a huge array of authentication and access-control features for Spring-developed applications and is a de-facto standard when it comes...

Spring Social

Spring Social 1.1.4 updated

Spring Social is nothing more than a collection of Java bindings for various SaaS APIs. This bindings act like abstraction layers between the Spring app and the online service, allowing developers to query and search for data online, retrieving the...

Spring Integration

Spring Integration 4.2.4 updated

Spring Integration builds upon how Spring Framework uses POJOs to manage a module's dependencies and allows developers to build reusable components with a higher level of complexity. This library is an essential part if developers want to build...

Spring Web Flow

Spring Web Flow 2.4.2 / 3.1.0.RC1 updated

Spring Web Flow expands the Spring MVC framework to support "flows" allowing developers to create and run rich, interactive, and responsive Web applications. These flows cover everything from HTTP requests to business tasks and are fully controllable by...

Spring LDAP

Spring LDAP 2.0.4 updated

LDAP (Lightweight Directory Access Protocol) is an application protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network. Spring LDAP was created to ease development of any LDAP-centered Java...

Spring Web Services

Spring Web Services 2.2.4 updated

Spring Web Services uses XML files to let various applications or components talk to each other using a contract first SOAP service.Developers can decide how a service reacts to queries and how it initiates communications, implementing industry known best...

Spring Framework

Spring Framework 4.2.5 / 3.2.16 updated

The Spring Framework provides a complete suite of software development tools that accelerate the entire building, running and management of Java enterprise applications. Combining MVC with AOP and DI (IoC), Spring is an advanced toolkit that can be a...

Spring Boot

Spring Boot 1.3.2 updated

The Spring Framework is one of the best open source MVC frameworks in the Java community, a lightweight, powerful, layered tool for Java/J2EE application development. It is widely used, respected, and a source of inspiration for many other frameworks...

Spring Batch

Spring Batch 3.0.6 updated

Spring Batch contains a collection of tools and Java functions for working and processing large data volumes. Spring Batch is extremely efficient in improving the performance of Java batch jobs, mainly through the usage of well-known optimization,...