Assignment for BITP 3123
Table of Contents
1.
Client Server Application using Java ................................................................................ 1
2.
Requirements and Screen Design for Client Side ............................................................ 1
3.
Requirements and Screen Design for Server Side ........................................................... 2
4.
Requirements for the Client Server Application ................................................................ 3
5.
Requirement for Submission of Application ...................................................................... 3
6.
Evaluation of the Client Server Application ....................................................................... 3
7.
Evaluation Schedule ......................................................................................................... 3
ii
Assignment for BITP 3123
List of Figures
Figure 1: GUI design for client side ........................................................................................... 1
Figure 2: GUI design for server side......................................................................................... 2
iii
Assignment for BITP 3123
1. Client Server Application using Java
This assignment is to create a client server application for a point of sales system. A client will receive sales input from user and send the information to the server for calculation. The server will return the total sales amount to the client. The client will display and issue a receipt to the customer. The server will calculate the total sales transaction daily.
This assignment carries 20% from total coursework marks.
2. Requirements and Screen Design for Client Side
Figure 1 shows screen design for client side. The screen is used to receive input from the user to calculate and record sales transaction.
Figure 1: GUI design