mysql - Java applet and Database connection -
i'm building web application in java. have create applet displaying charts clients. problem don't want applet connect directly database security reasons.
which best way data without connection database? thinking of creating servlet sends resultset or list of strings applet urlconnection. i'm not sure correct way!
yes, providing servlet returns results in json or xml format sensible approach.
Comments
Post a Comment