Code Monkey home page Code Monkey logo

core's Introduction

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
  <title>JiBX: 1.2.5 Release</title>
      <style type="text/css">
        @import url("./docs/style/tigris.css");
        @import url("./docs/style/maven.css");
    .dtd-comment {
      color: #993399;
      font-weight: bold;
      </style>
      <script type="text/javascript">
        if (document.layers) {
          document.writeln('<link rel="stylesheet" type="text/css" href="./docs/style/ns4_only.css" media="screen" /><link rel="stylesheet" type="text/css" href="./docs/style/maven_ns4_only.css" media="screen" />')
        }
      </script>
      <link rel="stylesheet" type="text/css" href="./docs/style/print.css" media="print" />
  <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
</head>
<body class="composite">
<div id="banner">
<table border="0" cellspacing="0" cellpadding="8" width="100%">
  <tbody>
    <tr>
      <td><h1>JiBX: 1.2.3 Release</h1>
      </td>
      <td>
      <div align="right" id="login"><a href="http://sourceforge.net">
      <img src="http://sourceforge.net/sflogo.php?group_id=69358&amp;type=5"
        width="210" height="62" border="0" alt="SourceForge.net Logo"></a></div>
      </td>
    </tr>
  </tbody>
</table>
</div>
<div id="breadcrumbs">
<table border="0" cellspacing="0" cellpadding="4" width="100%">
  <tbody>
    <tr>
      <td>
        <div align="right">
          <a href="http://www.jibx.org">Home Page</a> |
          <a href="http://www.sourceforge.net/projects/jibx/">SourceForge Page</a> |
          <a href="docs/mail-lists.html">Mailing Lists</a> |
          <a href="docs/bugs">Bugs</a> |
          <a href="http://sourceforge.net/project/showfiles.php?group_id=69358">Downloads</a>
        </div>
      </td>
    </tr>
  </tbody>
</table>
</div>
<table border="0" cellspacing="0" cellpadding="8" width="100%" id="main">
  <tbody>
        <tr valign="top">
      <td>
      <div id="bodycol">
      <div class="app">
      <div class="h3">
      <h3>Welcome to the 1.2.5 Release</h3>

<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p>This 1.2.5 release provides a single enhancement, which is full support for Java 7. With 1.2.5 you
can bind class files compiled with Java 7 and keep full Java 7 compatibility for these class files.
Class files generated by JiBX continue to use an older form, but are loaded without any problems by
both Java 7 and older JVMs. So just to be clear, JiBX 1.2.5 is fully compatible with both Java 7 and
older JDK/JVM versions.</p>

<p>The <i>docs</i> subdirectory contains the full <a href="./docs/index.html">JiBX
documentation</a>.</p>

<p>To help you get started using JiBX, you can find several introductory projects in
the <i>examples</i> directory, all with Ant build scripts provided. The <i>examples/bindgen</i>
directory gives examples of using JiBX to generate schema definitions and corresponding
bindings from existing Java code. The documentation includes a full
<a href="./docs/fromcode/bindgen-examples.html">discussion</a> of these examples.
The <i>examples/codegen</i> directory gives examples of using JiBX to generate Java
code and corresponding bindings from XML schema definitions, again as
<a href="./docs/fromschema/codegen-examples.html">discussed</a> in the documentation. The
<i>examples/jibx2wsdl</i> directory gives examples of using JiBX to generate WSDL web
service definitions from existing Java code. Finally,
the <i>examples/starter</i> project gives a barebones projects demonstrating how you can work
with JiBX using an existing binding definition. This last example is based on the first sample from
the <a href="./docs/binding/tutorial/binding-tutorial.html">binding tutorial</a>.
The source codes for the full set of samples in the binding tutorial are also provided,
<a href="./tutorial/index.html">separately</a>.</p>

<h3>Acknowledgements</h3>

<p>This download includes the XPP3 Pull Parser implementation of the XMLPull
parser API. See the <a href="http://www.extreme.indiana.edu/soap/xpp/mxp1/">XPP3
home page</a> for details on the parser.</p>

<p>This download includes the Apache Jakarta BCEL Byte Code Engineering Library
(version 5.1). See the <a href="http://jakarta.apache.org/bcel">BCEL home page</a>
for details on the library. It also includes the Apache Jakarta log4j library
(version 1.2.14). See the
<a href="http://logging.apache.org/log4j/1.2/index.html">log4j home page</a> for
details.</p>

<p>This download includes the QDox JavaDoc parser (version 1.6.1). See the
<a href="http://qdox.codehaus.org/">QDox home page</a> for details on the
parser.</p>

<p>This download includes the StAX 1.0 API and WoodStox parser implementation
from the Apach Axis2 project. See the
<a href="http://ws.apache.org/axis2/">Apache Axis2 home page</a> for
details on these libraries.</p>

<p>This download includes the Joda Time library (version 1.6). See the
<a href="http://joda-time.sourceforge.net">Joda home page</a> for details on the
library.</p>

<p>This download includes several Eclipse project jars (version 3.2.0). See the
<a href="http://www.eclipse.org">Eclipse home page</a> for details on the
Eclipse project.</p>

<p>The CodeGen examples use simplified versions of some Open Travel Alliance
(OTA) schemas and sample documents. See the <a href="http://www.opentravel.org/">OTA
home page</a> for details.</p>

      </div>
      </div>
      </div>
      </td>
    </tr>
  </tbody>
</table>
<div id="footer">
<table border="0" cellspacing="0" cellpadding="4">
  <tbody>
    <tr>
      <td> &copy; 2003-2013, Dennis M. Sosnoski (<a href="http://www.sosnoski.com">Sosnoski Software Solutions, Inc.</a>).
      Licensed to the JiBX Project for free distribution and use. </td>
    </tr>
  </tbody>
</table>
</div>
<br>
</body>
</html>

core's People

Contributors

doncorley avatar dsosnoski avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.