In a jsp page e.g. issueEdit.jsp, I would like to connect to a MS SQL database, retrieved some data and then display on the page. Is there any way to do that?
In an enterprise scalable webapp, it is not recommended to connect to backend databases directly from the presentation layer.