Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前已经为我的门户网站开发了一个 .NET CMS。可以在 XMLParsing 的帮助下将相同的 CMS 用于 iphone 应用程序,还是应该在 xcode 中开发新的 CMS。我是 iphone 开发的新手。
CMS应该在服务器端开发。建议使用 iPhone App 作为移动接口,从服务器端获取数据并将命令发送到服务器端。
中间的通信可以使用 XML 或 JSON 甚至 SOAP 。