·
·Case Study
·Scenario & Setup
·Model Part 1
·View Part 1
·Controller Part 1
·Model Part 2
·Controller Part 2
·View Part 2
·Testing & Wrap Up
Scenario & SetupHomepage « Case Study « Scenario & Setup
In this section of the case study we look at a project proposal and set up our environment. We start by looking at information gathered from the stake holder who we shall call ‘Stocking Goods Limited’ and how this can be translated into a multi tiered user application fit for purpose. With the basic requirements of the project proposal analysed we can build the file structure for our source and class files. We finish this section by writing code to create a Manufacturer test file to be used with the Case Study.
Project Proposal
We begin the case study by looking at a project proposal from the stake holder who we shall call ‘Stocking Goods Limited’ and how this can be translated into a user application fit for purpose.
Project Setup
In this lesson we create our project file structure including all the Java source and class files folders required for the Case Study.
Create Manufacturer File
In this lesson we write the code to create a test Manufacturer file to be used with the Case Study. We want the file to have a single header record with a Manufacturer file number, followed by data records that contain the record information repeated until the end of the file.
<< Case Study Project Proposal >>
Homepage Top
All the Scenario & Setup lessons are listed below. Click a link to go to that lesson.
Scenario & Setup
Project Proposal
Project Setup
Create Manufacturer File