rdonkin 2004/01/12 12:26:48
Added: betwixt/xdocs/guide tutorial.xml
Log:
Start of a small tutorial on RSS. We're hopefully going to be taking a look at using
Betwixt meta data to generate some mappings in JaxME and this is a good place for the
JaxME team to start learning.
Revision Changes Path
1.1 jakarta-commons/betwixt/xdocs/guide/tutorial.xml
Index: tutorial.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Tutorial</title>
<author email="[EMAIL PROTECTED]">Robert Burrell Donkin</author>
</properties>
<body>
<section name="Tutorial">
<p>
This is a simple step-by-step <code>Betwixt</code> tutorial focussing
on creating a mapping for a RSS application.
</p>
<subsection name='The Object Model'>
<p>
<code>Betwixt</code> is a dynamic, start-from-java XML-object binder.
For those unfamilar with these terms, this means that it maps XML <-> objects
defining a binding from an existing group of java objects into xml (and back again)
without the use of code generation.
</p>
<p>
</p>
</subsection>
</section>
</body>
</document>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]