Service Browser for AMF calls (Flex to Java)

Posted by Tehsin on Stack Overflow See other posts from Stack Overflow or by Tehsin
Published on 2009-12-23T17:12:19Z Indexed on 2010/04/10 9:43 UTC
Read the original article Hit count: 317

Filed under:
|
|

Has anyone used or is aware of a service browser to test AMF calls? I am looking for a tool similar to ZamfBrowser ( http://www.zamfbrowser.org ), but one that works for the Java environment. ZamfBrowser is geared towards AMFPHP.

The idea here is to provide a service browser, that allows developers to test Java services using the AMF protocol, without having to go through the Flex UI all the time. There has got to be something out there already for this, but I can't seem to locate anything..... It's kind of funny and strange that a service browser exists for AMFPHP but not for regular AMF calls in a Java environment.

I would imagine something exists under Blaze or LCDS? ... Trying to find it in the docs but can't seem to find anything ....

The best alternative I can think of at the moment is to use FlexMonkey to record stuff, and then to simulate it using that....which is okay I guess but still sucks because you have to go in and create the Flex UI first, whereas with something like ZamfBrowser, you simply point it at the service calls, it tells the server-side developers if their code works, etc. generates the required as3 classes for you... and makes the integration process much easier in a large team.

Any help or insight would be appreciated :)

Thanks!

© Stack Overflow or respective owner

Related posts about amf

Related posts about flex