Difference: JavaProgrammingBookmarks (42 vs. 43)

Revision 4308 Oct 2003 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(back to ProgrammingBookmarks)
Line: 40 to 40
 

XML<->Java

Changed:
<
<
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.
>
>
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.
  http://www.bifrost.org/xmlio/ - looks similar to Skaringa, very Java-centric
Line: 50 to 50
 http://sourceforge.net/projects/xjr/ - another
http://tibco.com/solutions/products/extensibility/turbo_xml.jsp A co-worker says "This is by far the best XML product I have used in terms
Changed:
<
<
functionality and usability. However, this is also the most expensive."
>
>
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.
 

rdbms<->Java

Changed:
<
<
http://hibernate.sf.net/ - I've been experimenting with this and it's very good.
>
>
http://hibernate.sf.net/ - I've been experimenting with this and it's very good. Recommended.
  Castor JDO.
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