servlet

Useful code solution for Java Web developers

While developing a web application using JSP, Servlet, Spring, and hibernate or in Java. there are lots of utilities and methods that are required frequently, In this page, I will cover some of them and will keep updating to cover up as much as solutions. Get path of your root folder request.getContextPath() It will return …

Useful code solution for Java Web developers Read More »

Insert Data of multiple from in MYSQL using JSP and Servlet

How to Insert data from multiple forms in a single MYSQL table in Java using JSP, Servlet, and MySQL. Let’s assume, We have a long registration form that contains more than one form or page. Problem Statement: We have a registration form that contains some input from and submit button. when you click on the …

Insert Data of multiple from in MYSQL using JSP and Servlet Read More »