Prototypes for Flash/Flex

Prototype 提供了实现的最小功能,用于验证可行性和作为参考。

2010年5月27日

在GAE/J中使用Cinnamon

摘要: 默认的Cinnamon不能部署到GAE。因为它的IO部分使用了mina的ByteBuffer,ByteBuffer默认使用PooledByteBufferAllocator,其中使用了GAE不支持的thread方法。不过mina还有一个SimpleByteBufferAllocator没有使用不被支持的方法,设置allocator是SimpleByteBufferAllocator就可以了,增加些... 阅读全文

posted @ 2010-05-27 22:36 Andy Shang 阅读(212) 评论(0) 推荐(0)

导航