This blog is written with the aim to show JNDI DataSource configuration for a web container like tomcat. JNDI stands for Java Naming and Directory Interface, a directory service provided for ...
The project can be built using "mvn clean install". Before getting started, we have to set up the database. I have used MySQL in this example. The most difficult part is to set up the database and the ...