

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Class: Software Engineering; Subject: Computer Science; University: Pace University-New York; Term: Spring 2005;
Typology: Study notes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Version: 3/6/ History:
Attribute Description Type Examples of values Id Id of a student Integer Between 1 and 999999999 Name Name of a student String John Primary Key Foreign Keys SQL Code Tables data: The tables have to be populated by you and your client. Each table must contain an appropriate number of data. The contents of the tables has to be provided (in an organized way.) SQL queries: Provide all SQL queries that you will need. Transactions implementation: Explain how you will implement the ACID (atomicity, consistency, isolation and durability) properties of transactions (programs that access databases.)
4. Graphical User Interface Provide, in an organized way, the pictures of all the forms in the graphical user interface with a reference to the functional requirement it implements. You may use html to present the graphical user interfaces. For each form in the graphical user interface, provide: o The names of the controls and fields on that form, o The names of the events, methods, or procedures that cause that form to be displayed, and o The names of the events, methods, or procedures triggered by each control. 5. Class Diagram and Classes Provide a class diagram and an inheritance tree/diagram. Each method has to be defined^3 : 1. Method Name 2. Parameters, each documented with its intended use 3. Return Value, suitably documented 4. Informal description of what the procedure does 5. Data structure and tables it accesses (^3) Method can be presented in templates or this information can be available in the Java code directly.