Last updated on May 6th, 2022 at 12:57 pmRead a property file using JSP and display it on a browser. This will be very handy for developers who need a quick and easy fix for their long search on the internet on how to load values from a property file using JSP and cannot find […]
Category: jsp
Last updated on November 22nd, 2022 at 05:16 pmThis can be deployed in Apache tomcat and we will connect to MySQL to create table. Some prerequisite before we start Write JSP code We are going to have 2 JSP files 1. Hello_database_query.jsp just an plain HTML file with a create table hyperlink (not really required […]