• 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

Reading from XML

 
Ranch Hand
Posts: 75
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi friends,
I creating a interface in between the servlet and databse using XML. so instead of directly reading from database, the servlet program suppose to access my interface.
I finished the one way, i.e the jsp can able to get the data using my interface. i'm struggling in writting the data from jsp to database.
Can any one help me!
with regards
Prakash
(prakashem@rediffmail.com)
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Come on yaar when You have already created three tier system Your design is good using servlet/jsp between your xml data why don't you use jdbc/odbc drivers between your jsp and databse life will be simple flexible your change management would become more easier no dependency...
Manish
javaexams@yahoo.com
reply
    Bookmark Topic Watch Topic
  • New Topic