blob: cc4b5de438ae7801cb0f8c3b86daef76d0dff8cd [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
Description of tutorials.
<h2>Qi4j tutorials</h2>
<h3>Composite tutorials</h3>
<p>
Throughout this set of tutorials it will be shown how to create and work with Composites, which
is the basic element in Qi4j. We will refactor one HelloWorld class to take advantage of the various
features in Qi4j. These refactorings will make it easier to reuse parts of the class,
and introduce new features without having to change existing code. We will also look
at some of the existing classes, or Fragments, available in Qi4j that you can reuse
so that you don't have to write everything yourself.
</p>
<p>
Each tutorial in this series starts with the result from the previous tutorial, so you can
always look at the next tutorial step for guidance on what to do.
</p>
<h2>Related Documentation</h2>
<p>
For more information on Qi4j see <a target="_blank" href="http://www.qi4j.org">the website</a>.
</p>
</body>
</html>