Hi everyone,
Hope you guys had fun at JavaOne 2010.
Now, I have been successful in establishing SSL channels between external
browsers and GF (where my WebServices [WS] live).
But, I also need to secure the communications between my POJO code in my
RESTful WS talking to MySQL.
Browser <--> WS(GF) <--> MySQL
Is there a way to make the communications between WS(GF) <--> MySQL go thru
SSL ? Can GF/Jersey help with this?
Or do I need to link my POJO code with some SSL lib and handle all the SSL
comm myself?
--
Arthur Y.