I want to know if there is some problem if I use GWT-RPC for an Internet Application. Should I evaluate some other way to connect the client with the server?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Problems with Firewalls are not to be expected, because GWT-RPC simply uses HTTP POST. If you deploy the application on a server on port 80 (or 443 for https), it looks to a firewall just like any other communication with a web site.