< Previous | Next >

Introduction to the Java snippets using While and Choice sample

This sample introduces you to the While and Choice control structures in visual snippets and demonstrates how the visual snippet editor is used to create and edit them.

If you are not familiar with visual snippets or the visual snippets editor, you should complete the "Java snippets" sample before working with this "Java snippets using While and Choice" sample.

In this sample, you work with a custom visual snippet named IsDisplayArticle that has the following two inputs:

If the title of the article contains one of the symbols, a result of true is returned. If the title of the article does not contain one of the symbols; a result of false is returned.

To work with the sample, you can either browse the ready-made sample or you can build the sample yourself. These activities are described in the following topics:

This sample should take about 45 minutes to finish.

Modules in this tutorial

Feedback
(C) Copyright IBM Corporation 2005, 2006. All Rights Reserved.
< Previous | Next >