SPRING BLAZEDS INTEGRATION CHANGELOG ========================= http://www.springsource.org/projects/blaze-ds-integration Changes in version 1.0.0.M1 (12.15.2008) ------------------------------------- General * Performed an initial code drop at http://src.springframework.org/svn/spring-flex * Organized project structure to use spring-build and create OSGi-ready build artifacts * Added an initial draft of the reference manual New Features * Configure and bootstrap the BlazeDS MessageBroker as a Spring-managed object * Allow Flex remoting messages to be routed to a Spring-managed MessageBroker through the DispatcherServlet * Use Spring's ResourceLoader abstraction to load BlazeDS xml configuration files * Support for exporting Spring beans for Flex remoting * Specify included and excluded methods when exporting Spring beans for Flex remoting Changes in version 1.0.0.M2 (03.04.2009) ------------------------------------- General * Updated reference manual to cover the new xml config namespace and security integration * Added an xml config schema with complete documentation of all elements and attributes * Added an integration test module (only distributed in source form with the release) that uses FlexUnit New Features * FLEX-8 - Configure RemotingService on demand if none exists (i.e., there is no remoting-config.xml) * FLEX-10 - Add a spring configuration namespace to further simplify configuration * FLEX-11 - Integration with Spring Security * FLEX-23 - Create a Spring Security based BlazeDS LoginCommand * FLEX-24 - Provide an automatic SpringSecurityException to BlazeDS SecurityException translation mechanism * FLEX-25 - Add a mechanism for securing BlazeDS Endpoints similar to Spring Security's URL-based security Enhancements * FLEX-15 - Add a channel property to FlexRemotingServiceExporter Bug Fixes * FLEX-19 - FlexConfigurationManager should be configurable as a Spring bean * FLEX-21 - FlexConfigurationManager.configurationPath shouldn't require slash (/)