使用 java/j2ee 从其他服务导入 gmail、yahoo、msn 等联系人
我正在开发一个基于 java/j2ee 的 Web 应用程序,我为我的 Web 应用程序用户提供一项功能,他们将能够从不同的电子邮件提供商(如 yahoo gmail 和 msn 以及许多其他服务)获取联系人。由于我是在java上构建它的,所以我找到了一个基于struts 1.2的应用程序的开源库,这里是链接 http://code.google.com/p/socialauth/ 在这里我必须提到,我正在使用亚马逊网络服务简单的电子邮件服务来使用 java api 发送电子邮件。
我是新手,或者我对 struts 不太了解,我试图弄清楚这个基于 struts1.2 的应用程序如何与我的 servlet 或 aws、sms java api 集成。
在这方面帮助我
I am developing a java/j2ee based web app where I am provide a feature to my web app users, where they will be able to get contacts from the different email providers like yahoo gmail and msn and many other services. Since I am building it on java, I found a open source library which is struts 1.2 based application here is the link http://code.google.com/p/socialauth/
here I have to mention that I am using Amazon web services simple emailing service to send out emails using there java api's.
I am novice or I dont knw much about the struts, I am trying to figure out how this struts1.2 based app can be integrated with my servlets or aws, sms java api.
Help me out in this regard
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的 API 是 Smack API。 点击此处
The best API is Smack API. Click Here