问题
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?
Thanks, Venkat
回答1:
Take a look at j-Exchange and SyncEx.
This issue was once discussed on Java Forums
回答2:
Found this commercial API, offers quick solution to integrate with Exchange Server. http://www.independentsoft.de/jwebservices/index.html
回答3:
http://blogs.msdn.com/b/exchangedev/archive/2010/12/14/exchange-web-services-java-api-1-1-is-now-available-yes-that-s-right-java.aspx
Updated link:
Exchange Web Services (EWS) Java API 1.2
http://code.msdn.microsoft.com/Exchange-EWS-Java-API-12-1a5a1143
回答4:
Microsoft made a new version of the Java APIs for Exchange 2007 and 2010.
It also has examples in the wiki.
https://github.com/OfficeDev/ews-java-api
回答5:
JEC is another Commercial API, It supports all Exchange versions, and as a bonus you can also run power shell, and Exchange Management Shell commands (via PSB)
回答6:
You can use the CNS Media GateWay to synchronize your Exchange server with 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.
Please let me know if you need some more information.
for more info visit:
http://www.connecting-software.com
来源:https://stackoverflow.com/questions/1739921/are-there-any-api-to-integrate-microsoft-exchange-server-with-java-application-f