开发者

creating AMF files for caching

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜