Difference: JavaProgrammingBookmarks (43 vs. 44)

Revision 4411 Oct 2003 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(back to ProgrammingBookmarks)
Line: 38 to 38
 
Changed:
<
<

XML<->Java

>
>

XML<->Java Binding

  http://skaringa.sf.net - works very well for "inside-out" XML, i.e. you start with some Java objects and want to marshal them to XML, do something, and then unmarshal. Most of the other tools are designed to work "outside-in" i.e. you've got a DTD and want to get documents that match that DTD into Java. Very fast, very easy to get a handle on.
Changed:
<
<
http://www.bifrost.org/xmlio/ - looks similar to Skaringa, very Java-centric
>
>
http://www.bifrost.org/xmlio/ - looks similar to Skaringa, very Java-centric
 http://jxv.sourceforge.net/ - xml <->objects
also JAXB (from Sun), Castor (from Exolab, very fussy).
http://jaxme.sf.net/ - another. sucky website, dunno bout the code.
Line: 52 to 51
  A co-worker says "This is by far the best XML product I have used in terms functionality and usability. However, this is also the most expensive."
http://www.commerceone.com/developers/docsoapxdk/xgen.html - based on Castor, claims to have better support for XML schema features.
Added:
>
>
http://jibx.sourceforge.net/ - claims to be fast
 
Added:
>
>
http://www-106.ibm.com/developerworks/library/x-databdopt/index.html - an article about java/xml data binding
 

rdbms<->Java

View topic | History: r79 < r78 < r77 < r76 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback