Thursday, March 4, 2010
AMF Explorer Add-on for Firefox
Nathan Mische's AMF Explorer is a nice add-on for Firefox which allows to seamlessly debug AMF traffic from within Firefox. Looks very promising, especially as the capturing of the AMF packets seems to be written in JS (not sure, though).
https://addons.mozilla.org/en-US/firefox/addon/78928
Update: Nathan confirmed that the add-on uses an JS to deserialize the data. The implementation is based on the BlazeDS java code. Nice job!
Dirk.
Comments
The AMF deserialization library is written in JavaScript and is based on the BlazeDS implementation. You can see the complete library here: http://svn.riaforge.org/amfexplorer/trunk/src/chrome/content/amfexplorer/amfLib.js.
Posted By Nathan Mische / Posted At 3/4/10 9:57 PM
Hi Nathan,
wow - that's cool! Thanks for the info, I updated the post.
Posted By Dirk / Posted At 3/5/10 8:43 AM