Hi, i've written an article that I think may be useful to people dealing with server side coding with a flex app: I've used successfully a code generator named SpringFuse to create my spring based server, I fight a little bit to integrate with Spring-BlazeDS but once it was done, it was really cool to have this nice server running (without not being a a Spring/Hibernate/Maven expert which are the technologies SpringFuse leverages to generate the project)
In the article, I present how to add Spring-BlazeDs support the generated project and provide a complete running project to download (spring server side and flex client). Note that the project may also be used as example as itself since the code generated by SpringFuse is very readable and commented (and the example uses a database based spring security which is a good example as itself) if you want to know more, check the article at http://contextuel.net/archives/12 Pierre

