Chapter 46. Writers

We assume that you already know what components are. See Chapter 17, Components for brief information.

Only some of the components in a graph are terminal nodes. These are called Writers.

Writers can write data to output files (both local and remote), send it through the connected optional output port, or write it to dictionary. One component only discards data. Since it is also a terminal node, we describe it here.

Components can have different properties. But they also can have something in common. Some properties are common for all of them, others are common for most of the components, or they are common for Writers only. You should learn:

We can distinguish Writers according to what they can write:

Other Writers write data to files.

Other Writers loads data into database.

Other Writers send e-mails, JMS messages or write directory structure.