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
|
Java Source File Name | Type | Comment |
CollectionManager.java | Interface | The CollectionManager holds all collections, and base values for them. |
CollectionManagerImpl.java | Class | The CollectionManagerImpl holds all collections, and base values for them.
NB. |
IndexService.java | Interface | |
IndexServiceImpl.java | Class | Service that indexes collections. |
SearchService.java | Interface | Service that searches collections. |
SearchServiceImpl.java | Class | Service that searches collections. |
TestCollectionManagerImpl.java | Class | |
TestIndexService.java | Class | |
TestSearchService.java | Class | |