jacson logo courtesy from Doris & Frank.
Jacson How it works? > Plugin Classes > Generic Sources
2005-10-04 00:11:20 0.90

Generic Sources

Interface - de.spieleck.app.jacson.source.JacsonGenericChunkSource

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.

Sourceforge Logo