How should we integrate PayPal adaptive (and IPN) API in a Java webserver environment?

拈花ヽ惹草 提交于 2019-12-10 13:42:23

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/4975313/how-should-we-integrate-paypal-adaptive-and-ipn-api-in-a-java-webserver-enviro

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!