javascript
Brief description  about Online courses   join in Online courses
View Akshay Arun Fadte 's Profile

explain dis what to do? How to write ?

Packages/Introduction
In this assignment we will try to simulate the situations that we face very often in the IT Industry, the first meeting between Customer and the IT representative. In most cases the outcome of the first meeting will be that the IT representative demonstrates the competency of the IT company to deliver the software as per Customer's requirements. This competency will be in the form of a Framework which defines the Customer's requirements. This framework usually contains the platform details, class diagrams, packages and other templates. Here, in this assignment we will identify few packages based on our Customer's requirements.

Assume that you are the IT representative of a reputed IT Company and your having a meeting with your customer who is an IT CONSULTING ORGANIZATION who in turn works with a wide range of customers in almost all Industries.

He gives you the below requirements which covers wide range of industries:

You are required to define packages which cover each of his requirements, remember that we have to include only entities with same functionality in the same package.

1. Financial Industry: Under Financial industry he again has 2 divisions:
a. Banking
b. Insurance

The requirements of his Banking Domain are given below:
i) Online Customer Registration - Mandatory fields in this requirement are: Customer Name, Age, Profession
ii) Branch Details - Mandatory fields in this requirement are: Branch Name, Branch Code
iii) Loan Details - Mandatory fields in this requirement are: Loan Type, Loan Amount, Interest Amount

The requirements of his Insurance are given below:
i) Health Insurance - Mandatory fields in this requirement are: Name of Insurance Holder, Age, Insurance premium
ii) Life Insurance - Mandatory fields in this requirement are: Name of Insurance Holder, Age, Insurance premium, term of insurance(number of years)
iii) Vehicle Insurance - Mandatory fields in this requirement are: Name of Insurance Holder, Vehicle Registration N

In the above Banking domain requirement you are required to define packages that will serve all his requirements. Here, you need not write the code for packages but you are only required to identify different packages and write the functional description of each package.

2. Telecom Industry: Under Telecom Industry he again has 2 divisions:
a. Fixed Line
b. Wireless

The requirements of his Fixed Line Domain are given below:
i) Rate Plan Details - Mandatory fields in this requirement are: Rate Plan Code, Rate Plan validity
ii)Customer Details - Mandatory fields in this requirement are: Rate Plan Code, Rate Plan validity

The requirements of his Wireless Domain are given below:
i) Rate Plan Details - Mandatory fields in this requirement are: Rate Plan Code, Rate Plan validity
ii)Customer Details - Mandatory fields in this requirement are: Rate Plan Code, Rate Plan validity
________________________________________________________________________
Please note that you are only required to identify the relevant packages you would design to cover the entire requirements.

Just write the description of each package.
Asked by Akshay Arun Fadte | Feb 23, 2014 |  Reply now
Replies (1)
View java teacher 's Profile
You have to make a template of a package and also sub packages associated with package members which belonging to that package.
Feb 24, 2014