Readings
(Top)
These readings are related to the topics that will be covered in the fourth class.
Problems
(Top)
| Event: Client Requests Service | |
| Message Stimulus: | Receive request from client. |
| Update Response: | Add client request with pending state. |
| Message Response: | Send service request to vendor. |
| Event: Vendor Performs Service | |
| Message Stimulus: | Receive service from vendor. |
| Update Response: | Modify client request to delivered state. |
| Message Response: | Send service to client. |
Now, consider the following requirements:
One file contains names, one name per line, inSketch an architecture for this application. Your sketch should clearly distinguish between custom components and already realized components. Document the responsibilities of any custom components that must be developed. Be sure you can demonstrate that your architecture meets the stated requirements.lastName, firstNameformat. Another file contains names, one name per line, infirstName lastNameformat. There is no guarantee that the names in either file are sorted. An application is needed that can read the two files and produce a single file of names inlastName, firstNameformat in alphabetical order by last name and first name within sets of identical last names. The solution must minimize the need to develop custom components.
Graded Problems
(Top)
The following graded problems that are related to the Nirvana Business and License Tax System are due at the start of the next class:
Prepared by David L. March -- Last Revised on April 11, 2003
COPYRIGHT © 2003 BY DAVID L. MARCH