Difference: JavaProgrammingBookmarks (59 vs. 60)

Revision 6011 May 2005 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="ProgrammingBookmarks"
(over to JavaNotes)
Line: 23 to 23
 

XML Binding

Added:
>
>
https://bindmark.dev.java.net/ - a detailed comparison of many binding frameworks.
 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. Supports pipelined XSLT transforms which lets you generate/parse pretty much any XML structure.

http://xstream.codehaus.org/ - like skaringa, but doesn't need a no-arg constructor.

Line: 32 to 34
 also JAXB (from Sun), Castor (from Exolab, very fussy).
http://jaxme.sf.net/ - another. sucky website, dunno bout the code.
http://sourceforge.net/projects/xjr/ - another
Deleted:
<
<
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 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.
http://jibx.sourceforge.net/ - claims to be fast. decorates the compiled classes with code that lets them marshal and unmarshal themselves.
Deleted:
<
<
http://dom-result-set.sourceforge.net/ - wraps jdbc result sets allowing them to be sent into pipelines
  http://www-106.ibm.com/developerworks/library/x-databdopt/index.html - an article about java/xml data binding
Line: 67 to 65
  http://javamatch.sourceforge.net/ - might be a good query front end to work with a Prevayler back end.
Added:
>
>
http://dom-result-set.sourceforge.net/ - wraps jdbc result sets allowing them to be sent into pipelines
 

Code Format/Conventions

Changed:
<
<
Sun's code conventions
>
>
http://java.sun.com/docs/codeconv/ - Sun's code conventions
 

QA/Metrics

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