I am new to Java web project and am using Jsp and Servlet in it, in order to connect with the database my each and every jsp file is making a new JDBC connection and connecting through it.
Is there any other way I can have a common place for JDBC connection and through that I can communicate with Database?