Re: Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-07 Thread Antonino Vitaliti
please help me! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to googl

Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-03 Thread Antonino Vitaliti
Hi! In my GWT-RPC project I've created the page that handles the basket, after I have added the PayPal Button. I have also created a sandbox account, and now I would use the PayPal express checkout, after the billing step I would skip directly on payment with paypal. I don't know how use this <

using client GWT and server java RMI, is that possible?

2015-06-04 Thread Antonino Vitaliti
I've developed my client interface with GWT, now I have my server side that interact with the postgresql database through JDBC. On my client side I have to use GWT-RPC, but on my server I want to use java RMI instead, is that possible? Can you suggest me a link that explain it? Thanks! -- You