是否有任何 API 可以将 Microsoft Exchange 服务器与 Java 应用程序集成以进行任务同步?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1739921/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Are there any API to integrate Microsoft exchange server with Java application for Task synchronization?
提问by Venkat Sadasivam
I am trying to integrate Java web application with Microsoft Exchange server for bi-directional calendar (i.e. Task) synchronization. Are there any Java Open-Source / Commercial API for this integration?
我正在尝试将 Java Web 应用程序与 Microsoft Exchange 服务器集成以进行双向日历(即任务)同步。此集成是否有任何 Java 开源/商业 API?
Thanks, Venkat
谢谢,文卡特
采纳答案by Venkat Sadasivam
Found this commercial API, offers quick solution to integrate with Exchange Server. http://www.independentsoft.de/jwebservices/index.html
找到了这个商业 API,提供了与 Exchange Server 集成的快速解决方案。 http://www.independentsoft.de/jwebservices/index.html
回答by n002213f
Take a look at j-Exchangeand SyncEx.
看看j-Exchange和SyncEx。
This issue was once discussed on Java Forums
回答by Jan ?ustovi?
Updated link:
更新链接:
Exchange Web Services (EWS) Java API 1.2
交换网络服务 (EWS) Java API 1.2
http://code.msdn.microsoft.com/Exchange-EWS-Java-API-12-1a5a1143
http://code.msdn.microsoft.com/Exchange-EWS-Java-API-12-1a5a1143
回答by Eli
回答by Nikos Zegkinis
You can use the CNS Media GateWay to synchronize your Exchange server with Java.
您可以使用 CNS Media Gateway 将您的 Exchange 服务器与 Java 同步。
You can connect from any custom application like java to MS Exchange (2000 – 2013), MS SharePoint, Dynamics CRM, Dynamics NAV and many more via the CNS ODBC and JDBC driver, thus accessing, for example, the entire Exchange mailbox from your custom application.
您可以通过 CNS ODBC 和 JDBC 驱动程序从任何自定义应用程序(如 Java)连接到 MS Exchange(2000 – 2013)、MS SharePoint、Dynamics CRM、Dynamics NAV 等,从而访问,例如,从您自定义的整个 Exchange 邮箱应用。
Please let me know if you need some more information.
如果您需要更多信息,请告诉我。
for more info visit:
欲了解更多信息,请访问:
回答by qwertzguy
Microsoft made a new version of the Java APIs for Exchange 2007 and 2010.
It also has examples in the wiki.
Microsoft 为 Exchange 2007 和 2010 制作了新版本的 Java API。
它还在 wiki 中提供了示例。