How do I setup a login page to use SSL for the GWT client? I have been looking around the web for a simple way to do this, but surprisingly there is no guide available which contains some example code for doing it. Currently I am trying to figure out how to get the client app to communicate with the Glassfish (ver 3.1) server via REST over SSL for logins/logouts only.
With the debilitating SOP establishing communication between the client and server has proven difficult enough to achieve via HTTP (REST) with JSONP since only GETs can be done. Does the entire website (client) have to use HTTPs if it is on the same server where the REST web services reside? What steps need to be done on the server side with Glassfish to enable SSL support that works with the client? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
