实施 Wurfl
我刚刚开始为 ASP.NET 网站实施 Wurfl。有人可以向我提供任何可用文档的一些说明吗?
谢谢你,
I am just starting out with Wurfl implementation for a ASP.NET web site. Could someone please provide me some directions for any available documentation.
Thank you,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我推荐 51deegres 框架,您可以在此页面中找到示例。如果您想研究其他代码,也可以查看 Marg.WURFL。我过去用的是它的修改版,但现在我用的是51度。
I recommend 51deegres framework, you can find examples in this page. If you want to study other code, you could look at Marg.WURFL too. I used a modification of it in the past, but now I use 51degrees.
Luca Passani(WURFL 创建者和 ScientiamObile 的首席技术官)在这里。
您应该使用 ScientiaMobile 自己的标准 WURFL .NET API:
http://wurfl.sourceforge.net/dotNet/
NuGet:http://www.nuget.org/List/Packages/WURFL_Official_API
这是真正且唯一专门为与 WURFL 存储库(也由 ScientiaMobile 提供)配合使用而创建的 WURFL dotNet API。除此之外,第三方 API 无法再合法访问 wurfl 存储库(除非该存储库获得了 ScientiaMobile 本身的商业许可)。
谢谢卢卡
·帕萨尼
Luca Passani (WURFL Creator and ScientiamObile's CTO) here.
You should use ScientiaMobile's own standard WURFL .NET API:
http://wurfl.sourceforge.net/dotNet/
NuGet: http://www.nuget.org/List/Packages/WURFL_Official_API
This the true and only WURFL dotNet API created specifically to work with the WURFL repository (also delivered by ScientiaMobile). To add to that, third-party APIs can no longer access the wurfl repository legally (unless the repository is licensed commercially from ScientiaMobile itself).
Thank you
Luca Passani