-
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…
-
My OSGi Learning Path (Part 1)
I’m more and more convinced that OSGi is going to change the way we develop enterprise applications. In a sense it’s funny because it’s been around for a while in embedded and client-side environment, and it’s only been reaching to us server-side developers for a few months. I think that the fact that the most…
-
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…
-
Maven, Flex and GraniteDS: another full stack!
For those of you looking for alternatives, it appears that the main diffuculty I had with Israfil’s maven-flex2-plugin, that is how to specify the contextRoot compiler argument, is not really a difficulty after all. I don’t know if it works with BlazeDS, but the guys behind Igenko apparently made it work with GraniteDS. I have…
-
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?