Hello everyone,<br><br>We have recently integrated Exadel Flamingo (released at JBoss World this year) and we are very happy so far.<br><br>Have you tested it out? Any experiences you&#39;d like to share? (positives and negatives)<br>
<br>Below is a brief report from Darius Zangrean, my team mate who integrated Flamingo into our app. (I included Darius in the cc list).<br><br>=====<br><br>Integrating Flamingo with Seam is a breeze. Here are the few steps I had to take:<br>
<br>1. Drop couple of jars on WEB-INF/lib (flamingo-service-1.0.0.jar, amf-serializer-1.0.0.jar)<br>2. Include the flamingo swc to your flex project (flamingo-flex-1.0.0.swc)<br><br>After doing this all the java functions are available to be called from flex. You can also restrict to only make the @WebRemote functions<br>
available on flex. The manual included with the zip distribution is great and includes basic examples of usage: <a href="http://code.google.com/p/exadel-flamingo/">http://code.google.com/p/exadel-flamingo/</a><br><br>