System Overview

I. System tools II. Project directory

The directory and file allocations for this project are relatively easy. A brief directory allocation is shown as follows:

------------------------------------------------------
+- WebLexAccess
   |
   +- build.xml: used by Ant
   |
   +- src: all Java beans go here
   |  +- global: global usage
   |  +- LexAccess: lexAccess usage
   |
   +- web
   |  +- html
   |  +- images
   |  +- index.html: home page
   |  +- jsp: all page ui & functions
   |  |
   |  +- WEB-INF
   |  |  +- classes
   |  |  +- lib: application resources jar files
   |  |  +- web.xml: project web parameters setup
------------------------------------------------------
III. Naming convention

Naming convention is not strictly enforced in this project due to the limited development time. However, the naming convention for files can be summarized as follows: