This is more a doubt of something that could be feasible to carry out.
What I want to do in itself, is that from a servlet I communicate with mysql to get the results of a table, and I want to pass that data to a table on an html page, I know it can be easy using JSP, but I would like to know if there is any other way to do that.
Thank you.