iPhone企业开发
我目前正在考虑为企业环境开发一个项目,我有几个问题:
问题 1:我想知道这对服务器有什么要求,可以在任何服务器上完成还是可以通过 IIS 完成?
问题 2:目前的标准是 500 名员工和 Dunn and Bradstreet 数字,这是否意味着拥有设备的 500 名用户,或者公司必须至少拥有 500 名员工才能使用企业功能?
问题 3:如果公司的用户少于 500 名,是否还有其他选择进行内部应用程序部署?
非常感谢。
I am currently looking into developing a project for an enterprise environment and I have a couple of questions:
Question 1: I was wondering what are the server requirements for this can it be done on any server or can this be done through IIS?
Question 2: Currently the criteria is 500 employees and a Dunn and Bradstreet number, does this mean 500 users with devices or that a company must have a minimum of 500 employees before the enterprise functionality can be used?
Question 3: If a company has less than 500 users is there any other option for in house application deployment?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Q1.
我假设您指的是 iPhone 和为该 iPhone 提供功能的服务器之间的通信。这可以通过任何服务器来完成,只要它公开可以由 iPhone 通过 HTTP POST 和 GET 以及提供的 XML 解析器获取的 Web 服务。
另一个好的解决方案是研究 Google App Engine(或其他基于云的系统)作为您的服务器组件。我还没有使用过它,但我确实从其他 iPhone 开发者那里听到了很多关于它的好消息。
不过我不明白另外两个问题。也许你可以扩展它们。
干杯。
Q1.
I assume you are referring to the communication between the iPhone and a server that offers functionality for that iPhone. This could be done with any server, as long as it exposes web services which can be picked up by the iPhone with HTTP POSTs and GETs and the provided XML parser.
Another good solution would be to look into the Google App Engine (or another cloud based system such as that) to act as your server component. I haven't used it yet, but I did hear a lot of good things about it from other iPhone developers.
I don't understand the other two questions though. Maybe you could expand on them.
Cheers.
iPhone 开发者企业计划 (IDEP) 的 500 名用户限制已于 2011 年秋季取消。您现在唯一需要的是 DUNS 号码(如果您申请,这是免费的 - 但您可能需要等待 30 天)。
有关该计划的完整信息,请参阅我的博客变化。
The 500 user limit for the iPhone Developer Enterprise Program (IDEP) has been lifted in Fall 2011. The only thing you need now is a DUNS number (this is free if you apply - but you may have to wait 30 days).
See my blog for full information on the program changes.