17
Project Overview Graduate Selection Process

Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Embed Size (px)

Citation preview

Page 1: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Project Overview

Graduate Selection Process

Page 2: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Project Goal

Automate the Selection Process

Page 3: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Description

Graduate Selection Process is the project that goes around the details of online recruitment. It is the project that is intended to make the recruitment process fair, faster and reliable.

Page 4: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Existing system

The system comprises of manual method of conducting and evaluating a candidates.

Page 5: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Demerits of Existing system More paper work Loss in Data Less Security Time Delay More Clerical Work Human Fatigue Fear of environment Chance for errors Delay of results

Page 6: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Objectives

The questions for the test have to be maintained in a separate table in the database.

Modification, deletion and addition of new questions and test module only done by the administration.

The time constraint and easy navigation through the pages are maintained strictly.

The scores are computed dynamically, stored in the database and displayed on the screen with merit list on request.

Page 7: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Proposed System The registered user can logon to the server with

his Id and appear for the selection tests. The questions are selected at random from a

question database. After completion of the test, the papers are evaluated dynamically and the results are stored in a database.

The system allows the candidate to reappear for the exam only after six months.

On request the system also generates a merit list of candidates.

Page 8: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Merits of the Proposed System   Automate Selection Process Reduce Paper Work Immediate Accessing of Details High Security Providing Accurate Information Providing Overall Reliability Easy to use, effective and efficient

Page 9: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Technologies Used Java JSP Servlets JDBC HTML XML Java Script Oracle

Page 10: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Why these technologies. Java: As it is part of curriculum JSP: Most suitable technology for developing web

applications HTML: Easily collaborate with JSP JDBC: Database connectivity Java Script: Powerful client side scripting feature

Page 11: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Introduction Of Technologies

JDBC: Client access the database through JDBC .It provides methods for querying and updating data in a database.

JSP:(JSP) helps software developers to dynamically generated web pages based on HTML, XML, or other document types

HTML: Goes well with creation of denoting structural semantics for text such as headings, paragraphs, lists, links and other items.

Servlets : Servlets handles user requests and generates responses.

Page 12: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Advantages of Java Simple Platform-Independent Distributed Intercepted Secure Robust Multi threaded

Page 13: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Disadvantages of Java Performance Look and Feel Single Paradigm language

Page 14: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Topic chosen JSP: JSP technology was designed to make it

easier and faster to build web-based applications that work with a wide variety of web servers, application servers, browsers and development tools.

Page 15: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

JSP Architecturejavax.servlet.jsp package defines two interfacesJSPPage and HttpJspPage Methods:

jspInit() jspDestroy() jspService()

Page 16: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

JSP Components: JSP Directives JSP Tags JSTL

Page 17: Project Overview Graduate Selection Process Project Goal Automate the Selection Process

Future of (JSP) technologyThe new version of the JSP specification includes new features meant to improve programmer productivity.

Expression language A faster/easier way to display parameter

values. Clearer way to navigate nested beans.