如何从 .NET 连接到 Apache OfBiz
从 .NET 应用程序连接到 Apache OfBiz 的方法有哪些?
我想知道如何从 ofbiz 获取数据以及如何将 .NET 应用程序中的日期更新到 ofbiz 中。
What are the ways to connect to Apache OfBiz from a .NET application?
I would like to know how can I get data from ofbiz and how I can update date from the .NET application into ofbiz.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只想检索/修改数据吗?为什么不直接连接数据库呢?如果您需要更复杂的东西,您可以使用 SOAP (或 RMI )实现 Web 服务,本教程应该可以帮助您 SOAP /RMI 教程或 ofbiz
Do you only want to retrieve/modify data? Why don't you connect directly to the database? If you need something more complex you could implement webservices using SOAP ( or RMI ) this tutorial should help you SOAP/RMI tutorial or ofbiz