XML with JSP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mndprasad
    New Member
    • Jan 2008
    • 20

    XML with JSP

    Hai all,,

    I have a doubt..is it possible to submit jsp form data in to xml...
    i mean after filling the HTML form when i give submit it should save all the content in xml instead of DB.
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Why wouldn't you have your handler convert into xml then send it to your next processing application?

    Comment

    • mndprasad
      New Member
      • Jan 2008
      • 20

      #3
      Originally posted by jkmyoung
      Why wouldn't you have your handler convert into xml then send it to your next processing application?
      pls tell me in detail...
      i could not follow you...

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        What do you mean by "save all the content in xml instead of DB."?
        How is it currently saving content to DB? Do you have the response handling code for this?

        Comment

        • mndprasad
          New Member
          • Jan 2008
          • 20

          #5
          Originally posted by jkmyoung
          What do you mean by "save all the content in xml instead of DB."?
          How is it currently saving content to DB? Do you have the response handling code for this?

          The thing is i want to save my jsp form values in to a xml ...
          after filling the html form everyone used to save it in DB...
          but i want that to save in xml by creating xml file

          Comment

          Working...