Archive for September, 2010

Oleg Zhurakousky

New Spring Integration Samples

Based on your overwhelming requests for more Spring Integration samples and more usable structure we are pleased to make the following announcement: Starting with the current release of Spring Integration the samples will no longer be included with Spring Integration distribution. Instead we've switched to a much simpler collaborative model that should promote better community Read more…

Greg Turnquist

Mixing RabbitMQ with Spring Python

RabbitMQ is a powerful messaging broker based on the Advanced Message Queueing Protocol (AMQP). In an earlier post, we looked into building a Python stock ticker program. We compared using RabbitMQ's pika with py-amqplib, and how it was easy to transition from one to the other with minimal changes. In this article, we'll show how pika can Read more…

Glyn Normington

SpringSource dm Server 2.0.3 Released

SpringSource dm Server 2.0.3 is available for download. This purpose of this release is to fix a severe problem on Windows when the root logging level is configured to "debug". This bug was reported and fixed in Virgo and then backported for existing customers since Virgo has not yet shipped its baseline release (planned for Read more…

Glyn Normington

Gemini Web milestone 4

Gemini Web milestone 4 (1.1.0.M04-incubation) is available for download. Notable changes: Upgrade to Tomcat 6.0.29 (plus SpringSource mods) to close some security vulnerabilities Restructure Tomcat bundles to enable clustering to work – see bug 322983 Various test and build improvements

grocher

Announcing GORM for Redis

One of the major movements inspired by the rise of the cloud platform is the growing interest in alternative storage techniques to traditional relational databases. One such storage mechanism is Redis, a high performance key/value store that is playing an important part in future cloud infrastructure. There has been a lot of interest in Redis Read more…

Glyn Normington

Virgo milestone 4 ships

Virgo milestone 2.1.0.M04-incubation is available for download. Changes: Bug 323609 fixed: severe logging performance issue under Windows in certain scenarios OSGi extensions change in preparation for Equinox 3.6 upgrade contributed by Hristo Illiev New testcases and test coverage improvements contributed by Olivier Girardot Support new framework property org.eclipse.virgo.suppress.heap.dumps and document it in User Guide Unused Read more…