I'm using BlazeDS 3 in my application. The dependencies for the BlazeDS libraries are downloaded from a public maven repository. However I can't enable the RDS support on the server because of some missing library. Does anyone know where this class is located: flex.rds.server.servlet.FrontEndServlet in the blazeds distribution?
A:
You need to use blazeDS 4 to get RDS support. The class that you are referring to flex.rds.server.servlet.FrontEndServlet is present in flex-rds-server.jar which is provided along with BlazeDS 4
Kishore
2010-07-10 15:13:23
A:
I have the same problem... but how to get the blazeDS4 with Maven! there is only BlazeDS3!
Lotfi
2010-09-09 08:26:28
Download the BlazeDS binary distribution and set up an internal repository (e.g. http://nexus.sonatype.org/) to house copies of the BlazeDS 4 artifacts.
splash
2010-09-09 11:15:51