We will create the Bullhorn application as a dynamic web project, which will allow us to develop it with HTML, JSP, servlets, and using JPA to connect to the database. If you understand what all those things are then you can stop reading now. If you’re still with me, then those things will be explained as we go.
Our dynamic web application will contain not only static HTML pages but also dynamic Java Server Pages (JSPs) and servlets. We’ll be able to pass data between the different parts of the ...