Why do you have a jsp that provides no presentation to the user? Put that code
into a separate class or something. Jsp is meant as a presentation layer only,
all your business logic (such as that dealing with databases) should be separate
from the presentation layer.