SlideShare a Scribd company logo
kats.ppt
•Introduction
system analysis
•System requirements
•System design
•Technologies used
•Testing and implementation
•Screen shots
•Conclusion
•Future enhancement
•bibliography
ABSTRACT
In “Info ware Services” maintaining all the
details of frequently asked questions in the database subject wise,
to avail them to all the students. And they will update the
questions as and when required. The primary goal of a Info ware
Services is to provide an environment that is both “convenient” and
“efficient” to use in retrieving and storing database information.
kats.ppt
Disadvantages:
PROPOSED SYSTEM
Merits of This System:
kats.ppt
kats.ppt
 Operating system : windows XP or Linux
 User Interface : HTML,CSS
 Clint-Side Scripting : Java Script
 Programming
Language : Java
 Web Applications : JDBC,JSP
 IDE/Workbench : Eclipse
 Database : Oracle
 Server Deployment : Apache Tomcat 6.0
HARDWARE REQ’S
 Processor : Pentium IV or
i3 Intel processor.
 Hard Disk : 40 GB
 RAM : 256 MB or 512
MODULES
The project contains “three” modules
Super User.
Administrator .
Student.
MODULES
1.Super user:
The responsibility of the super user is to centrally control the
data, appoint administrators to all the departments and shifting
the administrators one department to other and replacing with
others when there is a vacancy in any departments.
The super user can also have a right to change the
questions like adding deleting the records from the database. The
super user provides the login names and password for entire
administrators department wise.
2.Administrator
Each department will have one or more administrator; some departments
may have more than one administrator. The major responsibility of
administrator is to answer all the questions posted by students on a
regular basis.
The administrator can add, modify or remove questions from all the
Categories (about the question categories described below).
All the questions posted by the students will be added to
the list of existing questions only when the administrator answers that
question, simultaneously a copy of answer is sent to student who
initiated that question.
Administrator also reserves a right to post a question into a
particular category even if it is not a question frequently asked. The
administrators have the capability of changing his password as when he
requires.
adminstrator
Students
These are the users at the lower level of our
abstraction. Before posting a question, the student
has to select the department to which it belongs. A
copy of the answer will be sent to the student after the
administrator answered his question.
students
UML DIAGRAMES
Student
Registration
View Question/Answers
Post a Question
Administrator
View Answer for a Posted
Question
Student
Use Case for Administrator:
Addministrator
Send Answers to Students
Add/Delete/Modify
qestions/answers
Student
Check Posted questions
Addministrator
Use case for student
•
Student
Registration
View Question/Answers
Post a Question
Administrator
View Answer for a Posted
Question
Student
Sequence Diagram for Super
User:
: SuperUser
Login Create
Department
Reg Admin & Assign
Department
Add Topic Delete Topic Delete Dept Delete Admin
Enter Id ,password,Type
Verify
Invalid
Create Department
Assign Admin
Add Topic
Sucess
Delete Topic
Delete Admin
Delete Dept
Sequence Diagram for
Administrator:
: Administrator
Login View Posted
Question
Answer to Posted
Questions
Add
Question/Answer
Modify
Question/Answer
Delete
Question/Answer
Enter Id,password,Type
Check
Check Posted que
Answer to Student
SucessCheck for more
Add que/ans
Sucess
Modify que/ans
Sucess
Delete que/ans
Sucess
Sequence Diagram for
Student:
Post Question
: Student
Register Login Check Available
Questions
Check Answer for
Posted Question
Enter Details
Id
Enter Id Details
Verify
Verify
Sucess
Check Available Questions
view
Post a Question
Sucess
Verify Answer
Check Answer
Collaboration Diagram for
Super User
Collaboration Diagram for
Administrator:
: SuperUser
Login
Create
Department
Reg Admin & Assign
Department
Add
Topic
Delete
Topic
Delete
Dept Delete
Admin
1: Enter Id ,password,Type
2: Verify
3: Invalid
4: Create Department
5: Assign Admin
6: Sucess
7:
8: Add Topic
9:
10: Delete Topic
11:
12: Delete Admin
13:
14: Delete Dept
15:
Collaboration Diagram for
Student:
Answer to Posted
Questions
: Administrator
Login Add
Question/Answer
Modify
Question/Answer
View Posted
Question
Delete
Question/Answer
1: Enter Id,password,Type
2: Check
3:
4: Check Posted que
5: Answer to Student
6: Sucess
7: Check for more
8: Add que/ans
9: Sucess
10: Modify que/ans
11: Sucess
12: Delete que/ans
13: Sucess
Class Diagram:
Entity-Relationship Diagrams:
DATABASE DESIGN
• The design starts with the end users view of t
he organization called conceptual requiremen
ts and user in a decision-making, which uses
information obtained by accessing the databa
se. The end users also provide data to be sto
red in the database. In considering the end us
er requirements tradeoff have to be taken into
account.
TABLE NAME:
super user: It contains all details about super user.
The following table explains all the fields
Field Name Data Type Size
USER I.D VARCHAR2 5
FIRST NAME VARCHAR2 25
LASTNAME VARCHAR2 20
PASSWORD VARCHAR2 10
AGE NUMBER 3
DATEOFBIRTH VARCHAR2 12
QUALIFICATION VARCHAR2 15
GENDER VARCHAR2 7
MARTIAL STATUS VARCHAR2 15
EMAIL VARCHAR2 20
ADDRESS VARCHAR2 15
CITY VARCHAR2 15
STATE VARCHAR2 16
COUNTRY VARCHAR2 14
ZIPCODE NUMBER 10
DESIGNATION VARCHAR2 19
TABLE NAME: QANDA: It contains all details about Questions
and answers with categories. The following table explains all t
he fields
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
QUESTION VARCHAR2 50
ANSWER VARCHAR2 50
CATEGORY VARCHAR2 15
COUNT NUMBER 15
POSTDATE VARCHAR2 15
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
QUESTION VARCHAR2 50
ANSWER VARCHAR2 50
CATEGORY VARCHAR2 15
COUNT NUMBER 15
POSTDATE VARCHAR2 15
TABLE NAME:
DEPTOPICS:It contains all details about department
s and topics. The following table explains all the fiel
ds
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
Field Name Data Type Size
DEPARTMENT VARCHAR2 10
TOPICS VARCHAR2 10
kats.ppt
Home Page:
Super user login page:
Login failure page:
Login success page:
Admin registration page:
Registering success:
Add department’s page:
Add topics page:
Add questions page:
Successfully posted page:
Admin checking for posted
questions page:
Admin answering for posted
question page:
TESTING
Test levels
• Unit testing tests the minimal software compo
nent and sub-component or modules by the p
rogrammers.
• Integration testing exposes defects in the inte
rfaces and interaction between integrated co
mponents (modules).
• Functional testing tests the product accordin
g to programmable work.
• System testing tests an integrated system to
verify/validate that it meets its requirements.
ALPHA TESTING:
• Alpha testing is simulated or actual operation
al testing by potential users/customers or an i
ndependent test team at the developers' site.
Alpha testing is often employed for off-the-sh
elf software as a form of internal acceptance t
esting, before the software goes to beta testin
g
BETA TESTING
• Beta testing comes after alpha testing. Ver
sions of the software, known as beta versio
ns, are released to a limited audience outsi
de of the company. The software is release
d to groups of people so that further testin
g can ensure the product has few faults or
bugs. Sometimes, beta versions are made
available to the open public to increase the
feedback field to a maximal number of futu
re users.
CONCULSION
It has been a great pleasure for us to work on this exciting and
challenging project. This project proved good for me as it provided
practical knowledge of java and servlets.This will provide better
opportunities and guidance in future developing projects
independently and tomcat server, but also about handling
procedure related with ”Info ware Services”. It also provides
knowledge about the latest technology used in web enabled
application and client server technology that will be great demand
in future. This will provide better opportunities and guidance in
future in developing projects independently.
FUTURE ENHANCEMENT
Future enhancement of this project can be achieved
by adding web seminars between the lecturers and
students so that they can interact each other at the
moment. Hence they can clarify their doubts
instantaneously.
BIBLIOGRAPHY
Core Java™ 2 Volume I – Fundamentals 7th Edition - Cay S. Hortsman
Pearson Education – Sun Microsystems Gary Cornell
Core Java™ 2 Volume II – Advanced - Cay S. Hortsman
Pearson Education – Sun Microsystems Gary Cornell
Head First Servlets & JSP - Eric Freeman
O’Reilly – SPD Elisabeth Freeman
The Book of JavaScript 2nd Edition - Thau
SPD
Effective Java – Programming Language Guide - Joshua Bloch
Pearson Education – Sun Microsystems
Java Database Best Practices - George Reese
O’Reilly – SPD
JBoss – A Developers Notebook - Norman Richards
O’Reilly – SPD Sam Griffith
ANY QUIRES
kats.ppt

More Related Content

PDF
Class diagram templates to instantly create class diagrams creately blog
PDF
Online examination system
PDF
Assembly Programming Quiz
PPTX
Online Test Engine
PDF
Software requirement specification for online examination system
PDF
Online Exam System_Industrial Report
PDF
Quizine: An online Test
PDF
Online examination system Documentation
Class diagram templates to instantly create class diagrams creately blog
Online examination system
Assembly Programming Quiz
Online Test Engine
Software requirement specification for online examination system
Online Exam System_Industrial Report
Quizine: An online Test
Online examination system Documentation

What's hot (20)

PPTX
Online quiz system
PPT
Online Examination
PPTX
Examination Hall Allocation
DOCX
Project Report Online Test
DOC
Exam system
PDF
14.project online eamination system
PPTX
Photo Management System PPT
PDF
online examination management system
PPT
Online examination system of open and distance education kunti
PDF
Pritam online exam synopsis
DOCX
Online examination system of open and distance education
PDF
Online examination system doc v2
PDF
Quality Assurance with Manual Testing
PPT
Online quiz by danish & sudhanshu techlites
PPTX
ONLINE EXAMINATION SYSTEM
PDF
Pritam bhansali Online Exam - Project Report
PPTX
Online Examination System
PDF
online Examination System (project report)
PDF
10.project online exam system
PPTX
E-Examination
Online quiz system
Online Examination
Examination Hall Allocation
Project Report Online Test
Exam system
14.project online eamination system
Photo Management System PPT
online examination management system
Online examination system of open and distance education kunti
Pritam online exam synopsis
Online examination system of open and distance education
Online examination system doc v2
Quality Assurance with Manual Testing
Online quiz by danish & sudhanshu techlites
ONLINE EXAMINATION SYSTEM
Pritam bhansali Online Exam - Project Report
Online Examination System
online Examination System (project report)
10.project online exam system
E-Examination
Ad

Viewers also liked (13)

PPTX
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
PPTX
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriya
PPTX
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
PDF
Ad Hoc Automation is an Expensive Mistake
DOCX
Case tool lab-Reg2013 by Karthick Raja
DOCX
Railway reservation(c++ project)
PPTX
2G Spectrum Scam: Case-study
DOC
social networking site
PDF
project
PPTX
Steps to Submit an Application at Passport Seva Kendra
PPT
Entity Relationship Diagram
DOCX
Social Networking Project (website) full documentation
PPT
Entity relationship diagram (erd)
Integrative Programming and Technology Chapter 4- Dr. J. VijiPriya
Integrative Programming Technology Chapter 5 - Dr. J. VijiPriya
IPT Chapter 2 Web Services and Middleware - Dr. J. VijiPriya
Ad Hoc Automation is an Expensive Mistake
Case tool lab-Reg2013 by Karthick Raja
Railway reservation(c++ project)
2G Spectrum Scam: Case-study
social networking site
project
Steps to Submit an Application at Passport Seva Kendra
Entity Relationship Diagram
Social Networking Project (website) full documentation
Entity relationship diagram (erd)
Ad

Similar to kats.ppt (20)

PPTX
Query Handling System
PPT
Smart document sharing application presentation(stufac connect)
DOCX
PORT FOLIO
PPTX
sds_presentation for engineering student for final year
PDF
E library mangment system presentation
DOC
Student assistant
DOC
Student_result_management_system_project.doc
PPTX
student database management system
PDF
Development of a Student Database Management System for a University
DOC
College management
PPTX
Faq desk 4
PPTX
Portfolio
PPTX
Student Result
PDF
COMPUTER INSTITUTE Management system.pdf
PDF
E learning resource locator, Synopsis
PDF
Assesmment System - project report
PDF
Infopedia Report
PPTX
Campus Automation
PPTX
College Management System
DOC
Student information-system-project-outline
Query Handling System
Smart document sharing application presentation(stufac connect)
PORT FOLIO
sds_presentation for engineering student for final year
E library mangment system presentation
Student assistant
Student_result_management_system_project.doc
student database management system
Development of a Student Database Management System for a University
College management
Faq desk 4
Portfolio
Student Result
COMPUTER INSTITUTE Management system.pdf
E learning resource locator, Synopsis
Assesmment System - project report
Infopedia Report
Campus Automation
College Management System
Student information-system-project-outline

More from N.CH Karthik (12)

DOCX
KARTHIK.MBAPRJ
PPTX
karthiknch
PPTX
Karthik.ppt
DOC
Main document
PPT
Hawk eye technology
PPT
zigbee technology
DOC
Digital.cc
PPT
digital image processing
PPTX
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
PPT
selfrelfecting robotos
PPT
Time managementpresentation1 ppt2
PPT
4 g ppt
KARTHIK.MBAPRJ
karthiknch
Karthik.ppt
Main document
Hawk eye technology
zigbee technology
Digital.cc
digital image processing
ONLINE-CD STORES..........I HOPE HELP FULL TO OTHERS
selfrelfecting robotos
Time managementpresentation1 ppt2
4 g ppt

Recently uploaded (20)

PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
VCE English Exam - Section C Student Revision Booklet
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Pre independence Education in Inndia.pdf
PPTX
master seminar digital applications in india
PDF
Complications of Minimal Access Surgery at WLH
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Insiders guide to clinical Medicine.pdf
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
PPH.pptx obstetrics and gynecology in nursing
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Cell Types and Its function , kingdom of life
PPTX
Cell Structure & Organelles in detailed.
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Microbial disease of the cardiovascular and lymphatic systems
Final Presentation General Medicine 03-08-2024.pptx
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
VCE English Exam - Section C Student Revision Booklet
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Pre independence Education in Inndia.pdf
master seminar digital applications in india
Complications of Minimal Access Surgery at WLH
O5-L3 Freight Transport Ops (International) V1.pdf
Sports Quiz easy sports quiz sports quiz
Abdominal Access Techniques with Prof. Dr. R K Mishra
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Insiders guide to clinical Medicine.pdf
Module 4: Burden of Disease Tutorial Slides S2 2025
PPH.pptx obstetrics and gynecology in nursing
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Cell Types and Its function , kingdom of life
Cell Structure & Organelles in detailed.

kats.ppt

  • 2. •Introduction system analysis •System requirements •System design •Technologies used •Testing and implementation •Screen shots •Conclusion •Future enhancement •bibliography
  • 3. ABSTRACT In “Info ware Services” maintaining all the details of frequently asked questions in the database subject wise, to avail them to all the students. And they will update the questions as and when required. The primary goal of a Info ware Services is to provide an environment that is both “convenient” and “efficient” to use in retrieving and storing database information.
  • 7. Merits of This System:
  • 10.  Operating system : windows XP or Linux  User Interface : HTML,CSS  Clint-Side Scripting : Java Script  Programming Language : Java  Web Applications : JDBC,JSP  IDE/Workbench : Eclipse  Database : Oracle  Server Deployment : Apache Tomcat 6.0
  • 11. HARDWARE REQ’S  Processor : Pentium IV or i3 Intel processor.  Hard Disk : 40 GB  RAM : 256 MB or 512
  • 12. MODULES The project contains “three” modules Super User. Administrator . Student. MODULES
  • 13. 1.Super user: The responsibility of the super user is to centrally control the data, appoint administrators to all the departments and shifting the administrators one department to other and replacing with others when there is a vacancy in any departments. The super user can also have a right to change the questions like adding deleting the records from the database. The super user provides the login names and password for entire administrators department wise.
  • 14. 2.Administrator Each department will have one or more administrator; some departments may have more than one administrator. The major responsibility of administrator is to answer all the questions posted by students on a regular basis. The administrator can add, modify or remove questions from all the Categories (about the question categories described below). All the questions posted by the students will be added to the list of existing questions only when the administrator answers that question, simultaneously a copy of answer is sent to student who initiated that question. Administrator also reserves a right to post a question into a particular category even if it is not a question frequently asked. The administrators have the capability of changing his password as when he requires. adminstrator
  • 15. Students These are the users at the lower level of our abstraction. Before posting a question, the student has to select the department to which it belongs. A copy of the answer will be sent to the student after the administrator answered his question. students
  • 16. UML DIAGRAMES Student Registration View Question/Answers Post a Question Administrator View Answer for a Posted Question Student
  • 17. Use Case for Administrator: Addministrator Send Answers to Students Add/Delete/Modify qestions/answers Student Check Posted questions Addministrator
  • 18. Use case for student • Student Registration View Question/Answers Post a Question Administrator View Answer for a Posted Question Student
  • 19. Sequence Diagram for Super User: : SuperUser Login Create Department Reg Admin & Assign Department Add Topic Delete Topic Delete Dept Delete Admin Enter Id ,password,Type Verify Invalid Create Department Assign Admin Add Topic Sucess Delete Topic Delete Admin Delete Dept
  • 20. Sequence Diagram for Administrator: : Administrator Login View Posted Question Answer to Posted Questions Add Question/Answer Modify Question/Answer Delete Question/Answer Enter Id,password,Type Check Check Posted que Answer to Student SucessCheck for more Add que/ans Sucess Modify que/ans Sucess Delete que/ans Sucess
  • 21. Sequence Diagram for Student: Post Question : Student Register Login Check Available Questions Check Answer for Posted Question Enter Details Id Enter Id Details Verify Verify Sucess Check Available Questions view Post a Question Sucess Verify Answer Check Answer
  • 23. Collaboration Diagram for Administrator: : SuperUser Login Create Department Reg Admin & Assign Department Add Topic Delete Topic Delete Dept Delete Admin 1: Enter Id ,password,Type 2: Verify 3: Invalid 4: Create Department 5: Assign Admin 6: Sucess 7: 8: Add Topic 9: 10: Delete Topic 11: 12: Delete Admin 13: 14: Delete Dept 15:
  • 24. Collaboration Diagram for Student: Answer to Posted Questions : Administrator Login Add Question/Answer Modify Question/Answer View Posted Question Delete Question/Answer 1: Enter Id,password,Type 2: Check 3: 4: Check Posted que 5: Answer to Student 6: Sucess 7: Check for more 8: Add que/ans 9: Sucess 10: Modify que/ans 11: Sucess 12: Delete que/ans 13: Sucess
  • 27. DATABASE DESIGN • The design starts with the end users view of t he organization called conceptual requiremen ts and user in a decision-making, which uses information obtained by accessing the databa se. The end users also provide data to be sto red in the database. In considering the end us er requirements tradeoff have to be taken into account.
  • 28. TABLE NAME: super user: It contains all details about super user. The following table explains all the fields Field Name Data Type Size USER I.D VARCHAR2 5 FIRST NAME VARCHAR2 25 LASTNAME VARCHAR2 20 PASSWORD VARCHAR2 10 AGE NUMBER 3 DATEOFBIRTH VARCHAR2 12 QUALIFICATION VARCHAR2 15 GENDER VARCHAR2 7 MARTIAL STATUS VARCHAR2 15 EMAIL VARCHAR2 20 ADDRESS VARCHAR2 15 CITY VARCHAR2 15 STATE VARCHAR2 16 COUNTRY VARCHAR2 14 ZIPCODE NUMBER 10 DESIGNATION VARCHAR2 19
  • 29. TABLE NAME: QANDA: It contains all details about Questions and answers with categories. The following table explains all t he fields Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 QUESTION VARCHAR2 50 ANSWER VARCHAR2 50 CATEGORY VARCHAR2 15 COUNT NUMBER 15 POSTDATE VARCHAR2 15 Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 QUESTION VARCHAR2 50 ANSWER VARCHAR2 50 CATEGORY VARCHAR2 15 COUNT NUMBER 15 POSTDATE VARCHAR2 15
  • 30. TABLE NAME: DEPTOPICS:It contains all details about department s and topics. The following table explains all the fiel ds Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10 Field Name Data Type Size DEPARTMENT VARCHAR2 10 TOPICS VARCHAR2 10
  • 42. Admin checking for posted questions page:
  • 43. Admin answering for posted question page:
  • 44. TESTING Test levels • Unit testing tests the minimal software compo nent and sub-component or modules by the p rogrammers. • Integration testing exposes defects in the inte rfaces and interaction between integrated co mponents (modules). • Functional testing tests the product accordin g to programmable work. • System testing tests an integrated system to verify/validate that it meets its requirements.
  • 45. ALPHA TESTING: • Alpha testing is simulated or actual operation al testing by potential users/customers or an i ndependent test team at the developers' site. Alpha testing is often employed for off-the-sh elf software as a form of internal acceptance t esting, before the software goes to beta testin g
  • 46. BETA TESTING • Beta testing comes after alpha testing. Ver sions of the software, known as beta versio ns, are released to a limited audience outsi de of the company. The software is release d to groups of people so that further testin g can ensure the product has few faults or bugs. Sometimes, beta versions are made available to the open public to increase the feedback field to a maximal number of futu re users.
  • 47. CONCULSION It has been a great pleasure for us to work on this exciting and challenging project. This project proved good for me as it provided practical knowledge of java and servlets.This will provide better opportunities and guidance in future developing projects independently and tomcat server, but also about handling procedure related with ”Info ware Services”. It also provides knowledge about the latest technology used in web enabled application and client server technology that will be great demand in future. This will provide better opportunities and guidance in future in developing projects independently.
  • 48. FUTURE ENHANCEMENT Future enhancement of this project can be achieved by adding web seminars between the lecturers and students so that they can interact each other at the moment. Hence they can clarify their doubts instantaneously.
  • 49. BIBLIOGRAPHY Core Java™ 2 Volume I – Fundamentals 7th Edition - Cay S. Hortsman Pearson Education – Sun Microsystems Gary Cornell Core Java™ 2 Volume II – Advanced - Cay S. Hortsman Pearson Education – Sun Microsystems Gary Cornell Head First Servlets & JSP - Eric Freeman O’Reilly – SPD Elisabeth Freeman The Book of JavaScript 2nd Edition - Thau SPD Effective Java – Programming Language Guide - Joshua Bloch Pearson Education – Sun Microsystems Java Database Best Practices - George Reese O’Reilly – SPD JBoss – A Developers Notebook - Norman Richards O’Reilly – SPD Sam Griffith