Using the Pattern Authoring view, you will learn how to create
the basic pattern structure.
Patterns are created using the Pattern Authoring view. Pattern authors
should have a basic knowledge of Java code. Because patterns are created as
plug-ins, a basic knowledge of plug-in development is beneficial. After you
created a new pattern, you can use the Pattern Explorer view to organize,
select, and apply patterns.
This tutorial might require some optionally
installable components. To ensure that you have installed the appropriate
optional components, see the System requirements list.
Learning objectives
The tutorial is divided
into four lessons. The beginning lessons help you to create a pattern project
and a new pattern. After creating the pattern, you will learn how to add parameters
to the pattern. Last, you can see how to modify the code to add more functionality
to a pattern.
Time required
This tutorial should take approximately
30 minutes to finish. If you explore other concepts related to this tutorial,
it could take longer to complete.
Skill level
Advanced
Audience
The intended audience for this tutorial
is developers.
System requirements
To complete this tutorial,
you need to have the following tools and components installed:
Prerequisites
To perform the steps in this tutorial,
you should be familiar with the following concepts and tasks:
- Basic pattern concepts and terminology such as pattern types, template
parameter definitions for patterns, binding, argument values, and collaborations
- Basic visual modeling functions such as creating a class in the Project
Explorer view or in a diagram
- Some knowledge of programming concepts and terminology, preferably Java
- How to navigate the Eclipse workbench
- Industry definitions and uses of design patterns