Hi Ganesh,

In fact, XML file can act as a data source and no need to use JDBC.
The benefit of using XML is same data source (XML files) and can
be used in different area (through XSLT processing). Also, using
XML file transmit the data among different database system
(because the XML technology is independent of what database system
you use)


> Dear All,
>
> I have a doubt which is not cleared for long time. I am sorry if this is
very basic question.
>
> In JSP applications, Before this XML was introduced we were doing the data
Transformation from JSP to Backend via Bean using JDBC.
>
> Now people say that XML can be used for Data Transofrmation. If thats the
case, pls tell me whether i am correct.
>
> 1. Collect the Data from Form.
> 2. Form the XML string with the Data.
> 3. Parse XML before storing in to DB.
> 4. After parsing , insert into DB.
>
> For Retrieval,
>
> 1. Retrieve the data from DB.
> 2. Form XML String
> 3. Display the data using XSL.
> 4. Thats XML-XSL-HTML.
>
> Is this is the step followed? If yes what makes the Diff with the old one.
if no which is the right way and what is the Advantage.
>
> Please give me the Feed Back for this Gurus.
>
> Thanx in Advance.
>
> Ganesh
>
>
>
>
>
>
>
>
>
> _____________________________________________________
> Chat with your friends as soon as they come online. Get Rediff Bol at
> http://bol.rediff.com
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> 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
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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