RestKit - 简化iOS程序调用RESTful Web Services的框架

admin 13年前
     <p><a href="/misc/goto?guid=4958190565604915187" target="_blank">RestKit</a>是一个开源的Objective-C框架用于简化iOS应用程序与RESTful web services的交互。</p>    <p>它自带一套简洁和易于使用的HTTP request/response API,并拥有一个强大的对象映射系统来尽可能减少代码编写量。</p>    <p><a href="/misc/goto?guid=4958190565604915187" target="_blank"><img title="RestKit:简化iOS程序调用RESTful Web Services的框架" border="0" alt="RestKit:简化iOS程序调用RESTful Web Services的框架" src="https://simg.open-open.com/show/85299ae231ffd77dd71c982ee9ac88fd.jpg" width="480" height="179" /></a></p>    <p><strong>这个框架还提供与Apple的Core Data framework集成的功能,能够将远程加载的对象持久化到一个本地存储中,无论是作为一种快速的本地缓存或主数据存储,它都能够定期与云存储同步。</strong></p>    <p>此外RestKit通过SBJSON和YAJL解析器来支持JSON。</p>    <div class="PostMeta">     <strong>项目地址:</strong>     <a href="/misc/goto?guid=4958190565604915187" target="_blank">http://restkit.org/</a>     <br />     <strong>下载:</strong>     <a href="/misc/goto?guid=4958190567696473435" target="_blank">https://github.com/RestKit/RestKit</a>     <br />    </div>