Hi, all:
   I'm starting to work with xml and have a question
need your input.
   In my application (it's JSP), I use java JDBC to
pull out data from backend DB. It's typical DB
application, query to get a record,edit and update it,

Now, I need to use XML files as substitution of
DB. So the problem I face (I think I need to solve)is:
  1. construct the object: I guess I have to construct
     the java objects from nodes after reading in the
     xml file
  2. element query: read xml file in(parser it), I
  need to find or search the element based on whatever

  apply to DB.
  3. after these action (search,add new or update),
    save back as xml file.

   I'm rushing to post this message, I'm wondering
there are samples of this kind out there. Somebody
can point out to me, or get me some thought. At same
time I'm looking these answers on Net. Haven't got
much from Sun site.

thanks,

Hui Deng


__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to