connecting to Oracle database from a java application (MVC approach)
636948Jan 8 2009 — edited Oct 15 2014Hi,
I have a java application which cosist of a servlet that process the request to query an employees information from an Oracle database table. Also have another java class that does all the connection to Oracle, and another Java bean class that calls the connection method create a statement then I have the index.jsp that will display the results in a table.