blob: eb0be631f6a369866df1669ed9ba6ff352728bf7 [file] [log] [blame]
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html>
<head>
</head>
<body>
Description of TransientComposite tutorials.
<h2>TransientComposite tutorials</h2>
<p>
Throughout this set of tutorials it will be shown how to create and work with TransientComposites, which
is the basic element in Apache Zest™. We will refactor one HelloWorld class to take advantage of the various
features in Zest™. 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 Zest™ 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. Here are the steps:
</p>
<ol>
<li>Interface refactoring</li>
<li>Creating a TransientComposite</li>
<li>Mixins</li>
<li>Concerns</li>
<li>Constraints</li>
<li>SideEffects</li>
<li>Properties</li>
<li>Generic mixins</li>
<li>Private and abstract mixins</li>
</ol>
</body>
</html>