GenericSources are configurable sources. Configuration is done via
the applications config file. You can combine different types of
GenericSources and use more than one GenericSource in an
application.
For more detailed information have a look at the JavaDoc of
the package
de.spieleck.app.jacson.source GenericLineChunkSource -
Works like LineChunkSource
SQLSource -
Reads chunks from a database using a query.
Implementing own instances GenericJacsonChunkSource
is very similar to implementing JacsonChunkSource with
the difference that you have to provide a init method
like other plugin classes.
|