Hello.
I'm currently creating a web app and I'm just wondering if somebody could clear this up for me.
Alot of people on here and the web say not to create a html file from a servlet. is there any reason for this?
I have a login page which validates by checking a database and loading a servlet showing the current tables in the database. this is all done through servlet and now im wondering if theres any security or performance issues, or whether this is just personal preferance.
Thanks
Kurt