JDBC « MVC « JSP-Servlet Q&A





1. JSP using MVC and JDBC    stackoverflow.com

I'm implementing MVC using JSP and JDBC. I have imported a class file to my JSP file and I want to show the data of a table. I don't know how ...

2. JSP MVC JDBC    coderanch.com

You have not mentioned which MVC framework and which data access mechanism you intend to use. The basic Servlet and JSP spec do not mandate an MVC pattern - in fact there really isn't an officially recommended MVC framework for Java. Servlets and JSP also say nothing about JDBC or data access. There are many ways to write web applications using ...