This tutorial describes how to implement the Data Format Extension API to handle data format extensions.
Use case environment
Create a Java project to implement the Data Format Extension API
Attach the API source in Eclipse
Implement and declare the binder in a Java project
Create a decoder and link it to the binder
Create and link an Encoder
Export a project in a JAR file
Debug the API implementation in Eclipse
Data Format Extension API
Create an Encoder/Decoder using a Maven archetype