project review. i.what has been accomplished ii. the future for spam iii. project plans outline

9
Project Review

Upload: damon-robertson

Post on 14-Dec-2015

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Project Review

Page 2: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

I. What Has Been Accomplished

II. The future for SPAM

III. Project plans

Outline

Page 3: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Development Team

Colin KriwoxProject Manager

Ben CorneauSoftware Engineer

Keith RousseauSoftware Engineer

Dan JacksonSoftware Engineer

Page 4: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Accomplished

Clients can log in and out each shift

Client payroll is automated through Access Reporting

Supervisors can view, update, and delete client logs

Supervisors can view, update, and delete client profiles

Page 5: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Accomplished II

Development team gained experience in:

IIS 5.0 ASP(VBScript, JavaScript, HTML) Development procedures Working as a team Design a database in Access

Page 6: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

What has changed

Programming language: from VBScript to Java

Use an alternative web server

Improve Security for Administrator’s web pages

Emphasize rigorous documentation

More frequent communication

Page 7: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

VBScript vs. JavaVBScript is the programming language used in Active Server Pages

Java is the programming language used in Java Server Pages

Only a limited number of IT workers know VBScript, yet most know Java

Java is object oriented which means that programmers can create software that is easier to maintain.

Page 8: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Alternative Server

Since there is an ongoing war between Microsoft and Sun Microsystems, Java cannot be compiled on IIS.

Alternative Servers include:

1 Tomcat

2 Jrun

3 ServletExec

An alternative web server is crucial in the switch from VBScript to Java

Page 9: Project Review. I.What Has Been Accomplished II. The future for SPAM III. Project plans Outline

Improved Security

A key focus in the future will be on improving security on the site.

The admin pages will start using SSL.

Also the encryption of user name and password before they are sent over the net.