+1 for the Arcbees wrapper (not maintained anymore, but works fine straight-forward credit/ACH payments with current Stripe.js)
On Thursday, November 17, 2016 at 5:52:21 AM UTC-5, imran syed wrote:
-- Other than that, you could:
1) You could just use JSNI. All the Payment APIs have minimal javascript client code (unless you using node.js).
2) JSNI would be the quickest solution, though if you want you can write JSInterop wrapper around their client js. This would be extra work and time consuming.
3) A hybrid approach, you write your client code in a *.js file, and then just wrap the entire function/properties with JsInterop (or JSNI)
--Harsh
On Thursday, November 17, 2016 at 5:52:21 AM UTC-5, imran syed wrote:
Hi,We have an application built using GWT. Now I need to add integrate a third party payment gateway like stripe or paypal with my GWT application. Many officially do not support GWT. Can anyone point me to the right direction on how do I implement this? Examples will be very beneficial. Thanks.
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment