You tell Spring XD to create a stream by making a HTTP request to the XD Admin Server which runs on port 8080 by default. In the M2 release we will provide an interactive shell to communicate with XD, but for M1 the easiest way is to interact with XD is using ‘curl’. You will see the string hello world inside the file /tmp/xd/output/httptest The supported sources in M1 are file, time, HTTP, Tail, Twitter Search, Gemfire (Continuous Queries), Gemfire (Cache Event), Syslog and TCP. The supported sinks are Log, File, HDFS, Gemfire Distributed Data Grid, and TCP. To capture syslog data to…
Dear Spring Community, I am pleased to announce that Spring Data MongoDB 1.0 RC1 is now available! The primary goal of the Spring Data project is to provide a familiar and consistent Spring-based programming model for new datastores while retaining store-specific features and capabilities. The Spring Data MongoDB project provides integration with the MongoDB document database. Key functional areas are a POJO centric model for interacting with a MongoDB DBCollection and easily writing a Repository style data access layer. This is primarily a bug fix release as we move quickly to GA but a few…
Dear Spring Community,
We are pleased to announce that Spring .NET 1.3.0 is now available.
Download | Support | Documentation | Community
This release contains the following new major features:
Micosoft Test Framework integration - Integration test classes to support MSTest in addition to NUnit.
TIBCO EMS integration - Helper classes to increase your productivity developing messaging
based applications with TIBCO EMS.
NVelocity integration - Helper classes to configure a NVelocity template engine in a Spring based application
VS.NET Solution Templates - VS.NET 2008 based solution…
Dear Spring Community,
We are pleased to announce that Spring .NET 1.3.0 is
now available.
Download
| Support
| Documentation
| Community
This release contains the following new major features:
Micosoft
Test Framework integration -
Integration test classes to support MSTest in addition to NUnit.
TIBCO
EMS integration Helper classes to increase your productivity developing messaging based applications with TIBCO EMS.
NVelocity
integration - Helper classes to
configure a NVelocity template engine in a Spring based application
VS.NET
Solution Templates VS.NET 2008 based solution templates…
We are pleased to announce that Spring for .NET 1.2.0 is now available.
Download | Support | Documentation| Community
This release contains the following new major features:
We are pleased to announce that Spring .NET 1.2.0 RC1 has been released.
Download | Support | Documentation | Changelog
This release contains the following features: Other notable new features in 1.2.0 RC1 Support for TIBCO EMS, Websphere MQ, and Progress SonicMQ will be made available commerically. Contact sales for more information.
Please refer to the changelog for additional details. Enjoy!
The CommonServiceLocator project was released this week on CodePlex with the general idea of providing an IoC container agnostic API for resolving dependencies using Service Location. Erich Eichinger from SpringSource contributed the Spring.NET implementation, thanks Erich! Here is the API so you get the basic idea
public interface IServiceLocator : System.IServiceProvider { object GetInstance(Type serviceType);
object GetInstance(Type serviceType, string key);
IEnumerable GetAllInstances(Type serviceType);
TService GetInstance();
TService GetInstance(string key);
IEnumerable GetAllInstances…
Dear Spring Community, We are pleased to announce that Spring .NET 1.1.1 has been released. Download | Site | Documentation | Changelog This is primarily a bugfix and enhancement release but some minor new features were introduced: ParameterValidationAdvice to validate method arguments.A Required attribute and RequiredObjectFactoryPostProcessor for enforcing the configuration of required properties.ASP.NET Panel control to disable DI on…
It has been quite a year for Spring.NET. We have gone through two milestone and two release candidates before the GA release in December. The first chunks of code for the 1.1 release were made way back in late 2004 by Aleks Seovic who started work on the ASP.NET framework. In short, it has been a long time in the making. Being the end of year, a natural time for reflection both past and present, I'd like to say thanks to the other members of the project and the Spring.NET community for all their contributions and support. I'm looking forward to a great 2008! The feature set of Spring.NET…