Tag: Spring

  • Grails BlazeDS 4 Integration Plugin

    One of the main goals I’ve been pursuing for a few months is the integration of Grails with Flex 4. I need to rework ConferenceGuide‘s administration backend to make it more ergonomic so that we can cover more events, and ever since I discovered Flex 4 niceties, I couldn’t think of doing that with anything…

  • Flex, Spring and BlazeDS: the full stack! ERRATUM

    OK, obviously there are 2 problems in my article on Adobe Developer Connection and I finally found the time to look into it: First of all, there was a big error in one of the POMs in todolist3.zip. In todolist-web/pom.xml, if the first dependency looks like this: <dependency> <groupId>${project.groupId}</groupId> <artifactId>todolist-common</artifactId> <version>1.0-SNAPSHOT</version> </dependency> Then replace it…

  • The Flex, Spring and BlazeDS full stack on Adobe Developer Connection

    The last part of the reedition of my article series about Flex and Spring has been published on the Adobe Developer Connection. This episode is the last one in this improved series so if you haven’t read it yet on my blog, I think the version I gave to ADC is better. Episode 1 Episode…

  • Flex, Spring and BlazeDS: the full stack! (Epilogue)

    Thanks to Brian E. Fox, I managed to avoid duplication of Flex remoting configuration files in this project. It requires a bit of additional configuration and I hope that Maven will soon provide a simpler way to do this simple resource inheritance thing. But in the meantime, this one will work. I’m going to update…

  • Flex, Spring and BlazeDS: the full stack! (Part 4) [updated]

    [UPDATE] This article series has been reedited on the Adobe Developer Connection. For more information, see this post. In the previous articles in this series, we did the boring stuff of setting up Spring, Hibernate and MySQL on a sample todo list server on one side, and we wrote a small useless Flex UI on…

  • Flex, Spring and BlazeDS: the full stack! (Part 3)

    [UPDATE 2] If you are still having version issues with the sample application featured in this article, you can get a fully upgraded version here [UPDATE] This article series has been reedited on the Adobe Developer Connection. For more information, see this post. In the previous article in this series, I described the creation and…

  • Flex, Spring and BlazeDS: the full stack! (Part 2)

    [UPDATE 2] If you are still having version issues with the sample application featured in this article, you can get a fully upgraded version here [UPDATE] This article series has been reedited on the Adobe Developer Connection. For more information, see this post. In the previous article of this series, I laid the ground for…

  • Flex, Spring and BlazeDS: the full stack! (Part 1)

    In this article series, I’ll try to give you a step-by-step process to create an application with Flex/BlazeDS/Spring/Hibernate/MySQL architecture, all of that built with Maven. I’ve been looking for such a tutorial for a long time, but you know what Gandhi said about the change you wish to see in the world, right?