Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  XML  (Read 2035 times)
0 Members and 1 Guest are viewing this topic.
Offline nech_neb

Junior Member




Java for LIFE !!!


XML
« Posted 2003-11-17 23:40:49 »

I was wondering if some one could point me to
a good tutorial on XML parsing and generating
using the Xerces DOM parser...

I looked a bit through their docs and didn't find
it too helpful.

I'm kinda looking for the crash course of all
XML tutorials on Xerces.

If anyone have a link to one of those handy.

Thanks in advance.
Much appriciated.
Offline Rob Grzywinski

Junior Member




Reality Interactive


« Reply #1 - Posted 2003-11-18 03:17:50 »

It depends on what you're trying to do and how newless of a clubie that you are.  If you're not up to speed on DOM's (or SAX for that matter) then do your research on that first.  If you're up to speed on DOM then get the JavaDocs for Xerces and look over them for a few minutes.  You'll see quickly that they parallel the DOM exactly.  If you need more insight, there's some good articles at http://www.javaworld.com (use the search).

If you're XML savvy, you might want to consider using XPath and DOM4J.  XPath takes all of the tediousness out of walking the DOM if you're just looking for certain nodes.  DOM4J is just MUCH easier to use with XPath (and, well, DOM for that matter).
Offline sma

Junior Member





« Reply #2 - Posted 2003-11-18 08:59:01 »

I, too, would recommend not to use raw DOM/SAX but some nicer high level API. My favorite is Elliotte Rusty Harold's XOM [1] which provides a clean and simple approach to XML.  There's also a tutorial on its home page.


[1] http://www.cafeconleche.org/XOM/

.: Truth Until Paradox!
Games published by our own members! Check 'em out!
Play the free demo of Revenge of the Titans!
Offline swpalmer

JGO Coder




Where's the Kaboom?


« Reply #3 - Posted 2003-11-20 01:46:35 »

Well I've found the built-in DOM APIs in Java 1.4 to be very easy to use and straightforward.  I wrote a couple helper methods that build on it to simplify some things.. but that's about it.

Offline tortoise

Junior Member




<3 Shmups


« Reply #4 - Posted 2003-11-20 05:13:46 »

I would like to use XML more effectively. Something like castor or, er I dunno. I've found just using DOM to be tedious and there's very little code reuse. I'd love to just run an XML document through a factory and out pops a Java object. But even with that said I'm still not sure castor is exactly what I want.

Oh, and I thought Sun's XML tutorials were pretty good:
http://java.sun.com/xml/tutorial_intro.html
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #5 - Posted 2003-11-20 05:46:46 »

JAXB - Java Architecture for XML Binding existed to do exactly this.. pass the XML scheme through a processor and out popped a bunch of parsing objects.

http://java.sun.com/xml/jaxb/

Kev


Offline nech_neb

Junior Member




Java for LIFE !!!


« Reply #6 - Posted 2003-11-21 07:02:07 »

Thanks for the replies guys.
I guess for now I know what I'm looking for...
I'm gonna stick to JDOM (http://www.jdom.org/)
Which doesn't seem to be really popular...
although I find it helpful.

I tried the xerces stuff... I don't think they have
really good documentation (as in examples).

And I guess I'm just lazy and didn't want to dig at the JavaDocs ^_^

Is there any shortcomings to JDOM which I
should be aware of? Since I don't see its name
mentioned much...
Offline tortoise

Junior Member




<3 Shmups


« Reply #7 - Posted 2003-11-22 01:50:36 »

Your focus on Xerces in particular is misguided. Xerces is just one parser that implements JAXP. What you should be focusing on is learning JAXP. It's like saying you're going to "learn how to operate a toyota" instead of "learn to drive a car".

Did you look at Sun's tutorial on JAXP? It's pretty good.

JDOM is just fine, it's a nice library. It's not as popular because it's proprietary, is not backed by Sun, and is Java only.
Offline Breakfast

Senior Member




for great justice!


« Reply #8 - Posted 2003-11-22 21:23:20 »

Doesn't the DOM style of parser load the whole thing into memory in a Tree kind of way while the JAXP type treats it in a more event-based fashion, or did I dream that?

I've used JAXP for years, so I haven't thought about why I chose it for quite a while...
Offline swpalmer

JGO Coder




Where's the Kaboom?


« Reply #9 - Posted 2003-11-22 23:12:35 »

No, you are thinking of DOM vs. SAX.  JAXP has implementations for both DOM and SAX I believe.
DOM does represent the document as a tree of nodes in memory.  SAX is event based and works on the fly as it reads the XML data from the source.

Games published by our own members! Check 'em out!
Legends of Yore - The Casual Retro Roguelike
Offline erikd

JGO Knight


Medals: 3
Projects: 3


Maximumisness


« Reply #10 - Posted 2003-11-30 17:24:59 »

For most things Crimson (which is part of the JRE) is just fine.
When you want better validation (schema support) you should look at Xerces. Also, Xerces seems to handle very large XML files better than Crimson (loading a 4Mb XML in a Document object takes ages in Crimson for example).

Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (78 views)
2013-05-17 21:29:12

alaslipknot (89 views)
2013-05-16 21:24:48

gouessej (121 views)
2013-05-16 00:53:38

gouessej (113 views)
2013-05-16 00:17:58

theagentd (126 views)
2013-05-15 15:01:13

theagentd (113 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (179 views)
2013-05-12 17:10:36

kutucuk (179 views)
2013-05-12 15:36:09

UnluckyDevil (186 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.171 seconds with 21 queries.