开发者

creating AMF files for caching

开发者 https://www.devze.com 2023-03-02 20:16 出处:网络
I would like to create some AMF files for caching on a server. I am wondering if the best approach is to reconfigure BlazeDS to create these files so it spits out local files (is there a tutorial or

I would like to create some AMF files for caching on a server.

I am wondering if the best approach is to reconfigure BlazeDS to create these files so it spits out local files (is there a tutorial or suggestions on how to do this)?

Or if is possible to use开发者_如何学JAVA as3 itself to create the files.


You could create the files in as3 by building your objects then using ByteArray.writeObject() and save the resulting ByteArray using FileReference Class.

0

精彩评论

暂无评论...
验证码 换一张
取 消