Hi, I just wanted to give you an update on my work ... even if the response to my last post has been totally overwhelming ;-)
I actually managed to finish a first completely working version today. With this you actually only need to reference on dependency and add a services-config.xml and you get a working BlazeDS Spring Server out of the box. I wrote down a short text on how to use it here: https://github.com/apache/flex-blazeds/tree/develop/opt/blazeds-spring-boot-starter At least this is as far as I needed to go for now in order to continue coding my Cyborg :-) Chris ________________________________________ Von: Christofer Dutz <christofer.d...@c-ware.de> Gesendet: Mittwoch, 23. März 2016 14:14 An: 'dev@flex.apache.org' Betreff: [BLAZEDS] First work on a blazeds-spring-boot-starter Hi, I just wanted to tell you about what I'm currently working on as part of my preparation for my Robo-Talk at ApacheCon. As I was planning on creating the server part as a spring-boot application it sort of felt bad that I had to configure BlazeDS the "normal" way. So I had a short look at creating custom spring-boot-starters and whipped up a small blazeds-spring-boot-starter module. It currently consists of exactly one java class and a property file. But the cool thing is, that it monitors if the current application is a spring web application and if there is a "META-INF/flex/services-config.xml" in the classpath. If it finds this file, it automatically spins up a BlazeDS instance which is configured using the services-config.xml. The cool thing is that I'm using spring-flex-integation to do it, which makes it really easy. Think this will make getting started with BlazeDS as easy as 1-2-3 :-) Anyone else interested in participating on this work? Currently I haven't checked in that module as I wanted to streamline and test it before making it public, but if more people are interested, we can do that together. Chris