
b.components.content-manager.1.9.source-code.README Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of content-manager Show documentation
Show all versions of content-manager Show documentation
Use this component to manage contents.
The newest version!
###################################################################
# Readme file for the WebLab ContentManager component. #
###################################################################
This library is made to ease the management of content (ie raw bytes) of document manipulated in
WebLab services. Since the management of content may change from one WebLab application to another
given the network or hardware constraints, this library proposes a simple API which offers read
and write methods on NativeContent and NormalisedContent.
Note that the API comes with a simple basic implementation using simple files.
For more information about library use, see the main class org.ow2.weblab.content.api.ContentManager.
For the creation of a new implementation, the interfaces to implement are:
- org.ow2.weblab.content.api.ContentReader
- org.ow2.weblab.content.api.ContentWriter
Then, you new library shall include a "contentManager.properties" file that define the new names
of the class to use. See "contentManager.properties.sample" for details.
If something is missing, feel free to post on WebLab mailing list/forum/bug-tracker : weblab.ow2.org
© 2015 - 2025 Weber Informatics LLC | Privacy Policy