Files
spring-integration/build-spring-integration/resources
2008-05-23 07:17:15 +00:00
..
2008-01-17 17:27:41 +00:00
2008-01-17 17:27:41 +00:00
2008-05-23 02:37:04 +00:00

SPRING INTEGRATION 1.0.0.M4 (May 23, 2008)
------------------------------------------

This is the 1.0 Milestone 4 release of Spring Integration.

To find out what has changed since Milestone 3, see 'changelog.txt'

The following are the key messaging components defined in this release:
  org.springframework.integration.message.Message
  org.springframework.integration.channel.MessageChannel
  org.springframework.integration.endpoint.MessageEndpoint
  org.springframework.integration.handler.MessageHandler
  org.springframework.integration.bus.MessageBus

The following adapters are also available in this release:
  org.springframework.integration.adapter.event.ApplicationEventSource
  org.springframework.integration.adapter.event.ApplicationEventTarget
  org.springframework.integration.adapter.file.FileSource
  org.springframework.integration.adapter.file.FileTarget
  org.springframework.integration.adapter.ftp.FtpSource
  org.springframework.integration.adapter.jms.JmsGateway
  org.springframework.integration.adapter.jms.JmsSource
  org.springframework.integration.adapter.jms.JmsTarget
  org.springframework.integration.adapter.mail.MailTarget
  org.springframework.integration.adapter.rmi.RmiSourceAdapter
  org.springframework.integration.adapter.rmi.RmiTargetAdapter
  org.springframework.integration.adapter.stream.ByteStreamSource
  org.springframework.integration.adapter.stream.ByteStreamTarget
  org.springframework.integration.adapter.stream.CharacterStreamSource
  org.springframework.integration.adapter.stream.CharacterStreamTarget
  org.springframework.integration.ws.adapter.SimpleWebServiceTargetAdapter
  org.springframework.integration.ws.adapter.MarshallingWebServiceTargetAdapter

Many of these components and adapters may be configured with either XML namespace
support or annotations. Some additional components may be configured with annotations,
such as: @Router, @Splitter, @Aggregator, @Publisher, and @Subscriber.

Please consult the documentation located within the 'docs/reference' directory of this
release for more information and also visit the official Spring Integration home at:
http://www.springframework.org/spring-integration