| Author |
Accessing Oracle from JSP
|
Gi Joe
Greenhorn
Joined: Nov 08, 2002
Posts: 1
|
|
I need to build JSP pages that access Oracle directly. Earlier I have built pages with layered approach. Im not sure what is the efficient way to build JSPs with this condition. There are not many updates happening on the database most of it is query only. I need to use iPlant/JRUN Need your help. Thanx
|
 |
Axel Janssen
Ranch Hand
Joined: Jan 08, 2001
Posts: 2164
|
|
try JSTL. They have database tags. This might be the solution with minimum of code to implement model 1. You seem quite sure that you don't want MVC. For jstl info you can look here: http://java.sun.com/products/jsp/jstl/ and here's a good book: http://www.manning.com/bayern/index.html Author is the reference implementation lead. Sometimes he hangs around here. Regards Axel
|
 |
 |
|
|
subject: Accessing Oracle from JSP
|
|
|