• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Accessing Oracle from JSP

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 2166
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
reply
    Bookmark Topic Watch Topic
  • New Topic