我们应该如何在 Java Web 服务器环境中集成 PayPal 自适应(和 IPN)API?
由于我目前正在我的基于 Spring 的服务器中集成 Paypal 层(应该可供多个要求我实现他们的网上商店的客户使用):
而且令人惊讶的是,关于 Spring/Paypal 主题的信息很少,我只能找到本文: http://blog.mushiengine.com/2010/08/25/paypal-adaptive-api-and-spring-3-rest-template-%E2%80%94-part-2/
我想知道是否有一些关于该主题的指南或最佳实践?
欢迎任何有关该主题的评论!
约亨
As I'm currently integrating a paypal layer in my spring based server (that should be usable by multiple clients asking me to implement their webstore):
And as there's surprisingly very few info to find on the Spring/Paypal topic, I could only find this article:
http://blog.mushiengine.com/2010/08/25/paypal-adaptive-api-and-spring-3-rest-template-%E2%80%94-part-2/
I was wondering if there are perhaps some guidelines or best practices concerning the topic?
Any comments on the topic more than welcome!
Jochen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您在查找特定于 Java 的信息时遇到问题,您可以查看 Grail 的 PayPal 插件 (http://www.grails.org/plugin/paypal-pro) 以获取一些参考。
Since you are having problems finding information that's Java-specific you can look into Grail's PayPal plugin (http://www.grails.org/plugin/paypal-pro) for some reference.