Archive for September, 2009

Juergen Hoeller

Spring Framework 3.0 RC1 released

I'm pleased to announce that we recently released the first Spring 3.0 release candidate (download page). This release completes the key Spring 3.0 feature set. You certainly remember the original Spring 3.0 themes REST and EL; in the meantime, we have been expanding the list significantly:
* Fully Java 5 based: This is the first Spring [...]

Mike Wiesner

Spring Security Kerberos/SPNEGO Extension

We're pleased to announce that the first milestone of the Spring Security Kerberos Extension is now available for download. The release is also available through the Maven milestone repository at http://maven.springframework.org/milestone. With the Spring Security Kerberos Extension, your users are authenticated against your web application just by opening the URL. There is no need to [...]

Ben Hale

Bundlor Adds Support for the Blueprint Service

I'm pleased to announce that beginning with its newly released 1.0.0.M6 version, Bundlor now supports OSGi Blueprint Service files.
As with the support for Spring-DM contexts, Bundlor scans for Blueprint Service configuration files in both the default location (OSGI-INF/blueprint/*.xml) and in locations specified with the custom Bundle-Blueprint manifest header. When these files are found, they [...]

jsoltero

Hyperic + SpringSource + VMware = Goodness

The last 100 days have been extraordinary for Hyperic. The events over the last three months place Hyperic in the unique position to be part of defining the future of application deployment and management. First, we announced in May that we were joining forces with SpringSource to build the next great full lifecycle enterprise software [...]

Steve Powell

Configuration Properties Screencast

In Rob's dm Server Roadmap blog entry, last April, we introduced two new artefact types: “plan” and “configuration file”.
Here is a short screencast demonstrating configuration files, in particular we show how to reference them from a plan.
First, a small web application picks up properties from a configuration properties file—deployed separately from the application. Second, [...]