Data Format Extension API
Decodes and encodes formatted data that is exchanged between the client and the server. This enables easier correlation and parameterization of the User Paths.
Examples: See Vaadin and Adobe HSD on Neotys Labs.
-
Create an Encoder/Decoder using a Maven archetype describes how to create a new Encoder/Decoder from an archetype. Using a Maven archetype allows you to easily and quickly develop Encoder/Decoders since Encoder, Decoder and Binder classes are automatically created.
-
Create an Encoder/Decoder describes how to implement the Data Format Extension API to handle data format extensions.