JBoss.org Community Documentation

Chapter 5. Creating custom sequencers

5.1. Creating the Maven 2 project
5.2. Implementing the StreamSequencer interface
5.3. Testing custom sequencers
5.4. Deploying custom sequencers

The current release of JBoss DNA comes with two sequencers: one that extracts metadata from a variety of image file formats, and another that extracts some of the ID3 metadata from MP3 audio files. However, it's very easy to create your own sequencers and to then configure JBoss DNA to use them in your own application.

Creating a custom sequencer involves the following steps:

It's that simple.