JSP and XML

hi, i'm new to JSP and JSFWhat's the best way to read, parse and work with XML files?Any online tutorial available?Thanks
[151 byte] By [arckjmastera] at [2007-11-27 1:41:21]
# 1
http://java.sun.com/developer/technicalArticles/xml/WebAppDev2/
skp71a at 2007-7-12 0:56:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

> hi, i'm new to JSP and JSF

>

> What's the best way to read, parse and work with XML

> files?

>

> Any online tutorial available?

>

> Thanks

> What's the best way to read, parse and work with XML

> files?

there are many ways to read and parse xml and they have their own adv. and disadv. just used the one that is more appropriate for your needs. try searching the web with this keywords.

dom jdom sax etc.

and also remember, dont use xml for the sake of just using xml :-)

regards and goodluck,

jie2eea at 2007-7-12 0:56:42 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...