Package Name | Comment |
org.zilverline.core |
The classes in this package provide core functionality for creating and managing
collections.
It relies heavily on lucene, but has no dependencies on web or other framework stuff.
Michael Franken, 2005
|
org.zilverline.dao |
The classes in this package provides interfaces for the persistency of zilverline.
Michael Franken, 2005
|
org.zilverline.dao.xstream |
The classes in this package provides implementations using XStream for the persistency of zilverline.
Michael Franken, 2005
|
org.zilverline.extractors |
The classes in this package contains various extractors, that are provided by Zilverline.
Michael Franken, 2005
|
org.zilverline.lucene |
The classes in this package provide extensions to the Lucene base classes.
Michael Franken, 2005
|
org.zilverline.service |
The classes in this package provide the business interface of the application.
The services are configured using the Spring framework. The Spring framework is configured
in applicationContext.xml
Michael Franken, 2005
|
org.zilverline.util |
The classes in this package provide a few utility classes
that I found missing or missed finding elsewhere.
Michael Franken, 2005
|
org.zilverline.web |
The classes in this package provide a web interface to the core.
It relies heavily on the spring framework stuff. The spring framework is configured
in web-servlet.xml
Michael Franken, 2005
|