I spent the afternoon trying to get Apache Flex BlazeDS to work with Adobe Flash Builder 4.7 and Apache Flex SDK 4.13.0.
I know very little about BlazeDS. My goal was to follow this article [1] I eventually got it to work, but I hit 3 things: 1) Neither the Ant build on apacheflexbuilds nor the Maven build on builds.a.o seems to be creating a .WAR file. Do we need to do that? 2) The donated code does not contain the source or binary for flex-rds-server.jar. I could not find the source in the Adobe repos. It isn’t even in the Flash Builder code base. It is used for Flash Builder integration. I don’t know if the other IDEs use it or not. You don’t need it to build projects, just for the Data stuff in FB. Question: Do we want to own it? I think it might be an Eclipse plug-in. Can we ship an Apache Flex BlazeDS without it? 3) The artifacts on builds.a.o is not creating jars in modules/opt which I seemed to need to get BlazeDS to start up in Tomcat 6. Does that make sense? The Ant build on apacheflexbuilds does create modules/opt jars in its artifacts. To me, issues 1 and 3 are related to the discussion of how to do Maven builds on builds.a.o. Should the build.a.o scripts just re-package artifacts from apacheflexbuilds? Does that even make sense? Are WAR files typical Maven artifacts? Should only the Ant build create the WAR file? -Alex [1] http://www.adobe.com/devnet/flex/articles/flashbuilder_blazeds.html