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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -