At 1:41 AM -0500 9/30/03, Milton Leonardo Labanda J wrote:
Good night dear friends.
I am sorry by question you other wise, but i need your help for finish my grade work:
1.- Need find the way to do more ligth my aplication. In my aplication i take a DATABASE TABLE with JDBC and than MAKE a JDOM TREE with the rows and columns of this table, finally i save de JDOM Document (tree) at the disk, but THE PROBLEM IS THAT SOME TABLES ARE VERY BIG.


Would you load an entire database into memory at once? Not if it's of any size. XML documents are no different. You need to process it a piece at a time. You can do this by using SAX or XOM and possibly other APIs.

--

  Elliotte Rusty Harold
  [EMAIL PROTECTED]
  Processing XML with Java (Addison-Wesley, 2002)
  http://www.cafeconleche.org/books/xmljava
  http://www.amazon.com/exec/obidos/ISBN%3D0201771861/cafeaulaitA

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to