2.1 3-Tier System Design.
The ALC5
Rent Application is designed around a 3-tier system architecture using
the following three main components
•
Client Access Point
• Application Datacentre Server
• Database Server
The
system is connected together so that the Client Access Point ( CAP
) connects to the Application DataCentre Server via a TCP socket.
This type of connection is the most basic, but most utilised type
of network connection protocol, installed as standard on OS’
from Windows 98 upwards. By using the TCP/IP standard protocol, any
computer that can connect to a network can connect to the ADS ( Application
DataCentre Server ).
The ADS
then uses an ODBC connection to connect to the Database Server completing
the link.
The ADS
is used as a central connection for the Client Access Points and its
main task is providing a central place for System Business Logic and
Processing. The Information is collated and presented on the ADS before
being compressed and packaged down to the Client.
The Client
Access Point in this system is the Thin Client Application.
3.1
One Item Install and Forget
The Thin
Client Application uses a “One Item Install and Forget”
system. It allows the client app to be installed on a client PC with
minimal install setup. The IP address of an available DataCentre is
the only requirement for the application to run, and once entered,
is saved for quicker access next time.
|
Please
Click Picture to view full size |
A Username
and password is required for system access which will give the user
an Administrator created unique view of the system and its components,
i.e Read only view or only allowing a user access to the Base Data
Items.
4.1
Designed for the User.
The client
application uses an MDI style interface allowing multiple screens
to be opened, but containing them within the scope of the main application.
The application has been designed to allow the user to choose the
way they work by giving them many ways of performing the same task,
e.g. key strokes, drag-and-drop, menu selection etc.
The following
pages show screen shots of the Client Application in operation.
4.2
MDI Design
|
Please
Click Picture to view full size |
Bank
Holiday Maintenance screen , with two other data screens in operation
in the background.
4.3
Common Design Traits
|
Please
Click Picture to view full size |
Administrator
view with the ability to Export the contents of any data grid to Excel.
4.4
Design Familiarity
|
Please
Click Picture to view full size |
All data
maintenance screens are designed in the same user friendly way. One
learnt screen allows a user to operate all other similar screens.
4.5
Record Insight.
|
Please
Click Picture to view full size |
Full
screen mode with instantaneous threaded search Record insight. “Recent
Record” list displayed allowing instant access to recently edited
records.
|
Please
Click Picture to view full size |
Dwelling
information shown, with 2 Recent Records.
4.6
Wizards
For user
involved tasks, wizards have been designed to guide the user through
the process
|
Please
Click Picture to view full size |
Start
Tenancy Wizard, allowing records to be selected via drag-and-drop,
from the Dwelling Screen, Person Screen, Recent Records list or any
place in the system that allows dragging of records.
|
Please
Click Picture to view full size |
Tenancy
warnings. User is presented with a warning that the person already
has active tenancies when the new tenancy is due to start
|
Please
Click Picture to view full size |
Tenancy
Charges applied to individual Tenancies. Charges can be amended per
tenancy.
4.7
Application User Settings
|
Please
Click Picture to view full size |
User
favourites. Commonly used tasks can be added to a users favourites
task list for quick and easy access.
4.8
System Flexibility
|
Please
Click Picture to view full size |
3 –
tier DataCentre running on single PC. PC can act as App Server, App
Server and Client or just Client. 3 – tier model configurable.