/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/download.html

http://prototipomemoria.googlecode.com/ · HTML · 172 lines · 134 code · 26 blank · 12 comment · 0 complexity · 37a34e42441b3e1f5b4fc81ef16bf05b MD5 · raw file

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <!--
  4. Copyright (C) 2005, 2006 Joe Walnes.
  5. Copyright (C) 2006, 2007, 2008 XStream committers.
  6. All rights reserved.
  7. The software in this package is published under the terms of the BSD
  8. style license a copy of which has been included with this distribution in
  9. the LICENSE.txt file.
  10. Created on 29. January 2005 by Joe Walnes
  11. -->
  12. <head>
  13. <title>XStream - Download</title>
  14. <link rel="stylesheet" type="text/css" href="style.css"/>
  15. <!-- Google analytics -->
  16. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
  17. </script>
  18. <script type="text/javascript">
  19. _uacct = "UA-110973-2";
  20. urchinTracker();
  21. </script>
  22. </head>
  23. <body>
  24. <div id="banner">
  25. <a href="index.html"><img id="logo" src="logo.gif" alt="XStream"/></a>
  26. </div>
  27. <div id="center" class="Content2Column"> <!-- Content3Column for index -->
  28. <div id="content">
  29. <h1 class="FirstChild">Download</h1>
  30. <p><a href="versioning.html">About XStream version numbers...</a></p>
  31. <h1 id="stable">Stable Version: <span class="version">1.4.1</span></h1>
  32. <ul>
  33. <li><b><a href="https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream-distribution/1.4.1/xstream-distribution-1.4.1-bin.zip">Binary distribution</a></b></li>
  34. <li><b><a href="https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream-distribution/1.4.1/xstream-distribution-1.4.1-src.zip">Source distribution</a></b></li>
  35. <li><b><a href="https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream/1.4.1/xstream-1.4.1.jar">XStream Core only</a></b></li>
  36. <li><b><a href="https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream-hibernate/1.4.1/xstream-hibernate-1.4.1.jar">XStream Hibernate module</a></b></li>
  37. <li><b><a href="https://nexus.codehaus.org/content/repositories/releases/com/thoughtworks/xstream/xstream-benchmark/1.4.1/xstream-benchmark-1.4.1.jar">XStream Benchmark module</a></b></li>
  38. </ul>
  39. <h1 id="snapshot">Latest Snapshot</h1>
  40. <p>Below are builds of the latest version of XStream from the <a href="repository.html">repository</a>.</p>
  41. <ul>
  42. <li><a href="https://nexus.codehaus.org/content/groups/public/com/thoughtworks/xstream/xstream-distribution/1.4.2-SNAPSHOT/">Complete distributions</a></li>
  43. <li><a href="https://nexus.codehaus.org/content/groups/public/com/thoughtworks/xstream/xstream/1.4.2-SNAPSHOT/">XStream Core only</a></li>
  44. <li><a href="https://nexus.codehaus.org/content/groups/public/com/thoughtworks/xstream/xstream-hibernate/1.4.2-SNAPSHOT/">XStream Hibernate module</a></li>
  45. <li><a href="https://nexus.codehaus.org/content/groups/public/com/thoughtworks/xstream/xstream-benchmark/1.4.2-SNAPSHOT/">XStream Benchmark module</a></li>
  46. </ul>
  47. <h1 id="previous-releases">Previous Releases</h1>
  48. <p>Previous releases of XStream are also available. However, use of the latest stable version is recommended.</p>
  49. <ul>
  50. <li><a href="http://repo1.maven.org/maven2/com/thoughtworks/xstream/xstream/">Previous releases (&gt;= 1.2)</a></li>
  51. <li><a href="http://repo1.maven.org/maven2/xstream/xstream/">Previous releases (&lt;= 1.2)</a></li>
  52. </ul>
  53. <h1 id="optional-deps">Optional Dependencies</h1>
  54. <ul>
  55. <li>Supported XML parsers and packages:
  56. <ul>
  57. <li><a href="http://repo1.maven.org/maven2/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar">XmlPull</a>, the <a href="http://www.xmlpull.org/">XML pull parser API</a> and factory to detect available implementations.</li>
  58. <li><a href="http://www.extreme.indiana.edu/dist/java-repository/xpp3/jars/xpp3_min-1.1.4c.jar">Xpp3</a>, an XML pull parser (recommended).</li>
  59. <li><a href="http://downloads.sourceforge.net/kxml/kxml2-2.3.0.jar">kXML2</a> or <a href="http://downloads.sourceforge.net/kxml/kxml2-min-2.3.0.jar">kXML2-min</a>, an XML pull parser.</li>
  60. <li><a href="http://downloads.sourceforge.net/dom4j/dom4j-1.6.1.zip">DOM4J</a>, easy XML representation and manipulation framework.</li>
  61. <li><a href="http://www.jdom.org/dist/binary/jdom-1.1.zip">JDOM</a>, easy XML representation and manipulation.</li>
  62. <li>StaX, the <a href="http://dist.codehaus.org/stax/jars/stax-1.2.0.jar">reference implementation</a> of the <a href="http://dist.codehaus.org/stax/jars/stax-api-1.0.1.jar">Streaming API for XML</a>.</li>
  63. <li><a href="http://woodstox.codehaus.org/3.2.7/wstx-asl-3.2.7.jar">Woodstox</a>, an alternate open source StaX implementation.</li>
  64. <li><a href="http://www.cafeconleche.org/XOM/xom-1.1.jar">XOM</a>, another alternative XML API.</li>
  65. </ul>
  66. </li>
  67. <li>Other optional 3rd party dependencies:
  68. <ul>
  69. <li><a href="http://downloads.sourceforge.net/joda-time/joda-time-1.6.zip">Joda Time</a> for optional ISO8601 date/time formats.</li>
  70. <li><a href="http://downloads.sourceforge.net/cglib/cglib-nodep-2.2.jar">CGLIB</a> for optional support of some proxies generated with the CGLIB Enhancer.</li>
  71. <li><a href="http://repository.codehaus.org/org/codehaus/jettison/jettison/1.2/jettison-1.2.jar">Jettison</a> for serialization and deserialization support with JSON.</li>
  72. <li><a href="http://repository.codehaus.org/org/codehaus/jettison/jettison/1.0.1/jettison-1.0.1.jar">Jettison 1.0.1</a> for serialization and deserialization support with JSON in JDK 1.4. Note, that newer version 1.1 is not compatible with XStream.</li>
  73. </ul>
  74. </li>
  75. </ul>
  76. <br/>
  77. </div>
  78. </div>
  79. <div class="SidePanel" id="left">
  80. <div class="MenuGroup">
  81. <h1>Software</h1>
  82. <ul>
  83. <li><a href="index.html">About XStream</a></li>
  84. <li><a href="news.html">News</a></li>
  85. <li><a href="changes.html">Change History</a></li>
  86. <li><a href="versioning.html">About Versioning</a></li>
  87. </ul>
  88. </div>
  89. <div class="MenuGroup">
  90. <h1>Evaluating XStream</h1>
  91. <ul>
  92. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  93. <li><a href="graphs.html">Object references</a></li>
  94. <li><a href="manual-tweaking-output.html">Tweaking the Output</a></li>
  95. <li><a href="license.html">License</a></li>
  96. <li class="currentLink">Download</li>
  97. <li><a href="references.html">References</a></li>
  98. <li><a href="parser-benchmarks.html">Parser Benchmarks</a></li>
  99. <li><a href="http://www.ohloh.net/projects/3459">Code Statistics</a></li>
  100. </ul>
  101. </div>
  102. <div class="MenuGroup">
  103. <h1>Using XStream</h1>
  104. <ul>
  105. <li><a href="architecture.html">Architecture Overview</a></li>
  106. <li><a href="converters.html">Converters</a></li>
  107. <li><a href="faq.html">Frequently Asked Questions</a></li>
  108. <li><a href="list-user.html">Users' Mailing List</a></li>
  109. <li><a href="issues.html">Reporting Issues</a></li>
  110. </ul>
  111. </div>
  112. <div class="MenuGroup">
  113. <h1>Javadoc</h1>
  114. <ul>
  115. <li><a href="javadoc/index.html">XStream Core</a></li>
  116. <li><a href="hibernate-javadoc/index.html">Hibernate Extensions</a></li>
  117. <li><a href="benchmark-javadoc/index.html">Benchmark Module</a></li>
  118. </ul>
  119. </div>
  120. <div class="MenuGroup">
  121. <h1>Tutorials</h1>
  122. <ul>
  123. <li><a href="tutorial.html">Two Minute Tutorial</a></li>
  124. <li><a href="alias-tutorial.html">Alias Tutorial</a></li>
  125. <li><a href="annotations-tutorial.html">Annotations Tutorial</a></li>
  126. <li><a href="converter-tutorial.html">Converter Tutorial</a></li>
  127. <li><a href="objectstream.html">Object Streams Tutorial</a></li>
  128. <li><a href="persistence-tutorial.html">Persistence API Tutorial</a></li>
  129. <li><a href="json-tutorial.html">JSON Tutorial</a></li>
  130. </ul>
  131. </div>
  132. <div class="MenuGroup">
  133. <h1>Developing XStream</h1>
  134. <ul>
  135. <li><a href="how-to-contribute.html">How to Contribute</a></li>
  136. <li><a href="list-dev.html">Developers' Mailing List</a></li>
  137. <li><a href="team.html">Development Team</a></li>
  138. <li><a href="repository.html">Source Repository</a></li>
  139. <li><a href="http://bamboo.ci.codehaus.org/browse/XSTREAM">Continuous Integration</a></li>
  140. </ul>
  141. </div>
  142. </div>
  143. </body>
  144. </html>