Based on Capelin-OPAC
Home| About| FAQ| Contact     
Capelin
Capelin Online Public Access Catalog

Welcome to Capelin-OPAC!

Hopefully you will enjoy this application!

This is a framework-like solution for (Online Public Access Catalogs) OPACs, which contains a full back-end relational database, search index, and front-end search functionality. This project is mainly designed for the Queen Elizabeth II Library at Memorial University, but targets many other libraries in Newfoundland.

Purpose

Although there are many other similar projects around, this project is designed for bibliographic record management and searching. It is a stand-alone application that has a database back-end and has its own create/update/retrieve/delete functions. It also has a power search function that you can customize.

Version

This is an Internal release for QEII Library (Based on Capelin OPAC 0.4.1.0-RELEASE)

Author

Author of this application is Jing Xiao, who was the Senior Programmer of Memorial University when this was developed. See About Us

Architecture

Database: This sample shipped a lightweight java database, hsql. The default is to use memory for record and index. See the online document to change it.
Application: All applications are written in pure Java.
Front-end: If you can see this page, the servlet container should be configured successfuly! :)