1 / 22

Project Overview

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.

kiaria
Download Presentation

Project Overview

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Project Overview Graduate Selection Process

  2. Project Goal Automate the Selection Process

  3. 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.

  4. Objectives • The questions for the test have to be maintained in a separate table in the database. • Modification, deletion and addition of questions will only done by the administration. • The administration can add new Test modules if desired.

  5. Objectives • The results have to be computed and stored in a separate table in the database • The time limit will be maintained strictly. • The results will be presented as and when required

  6. Existing system The present recruitment system is conducting exams manually for evaluation of the candidate. All the required details of the candidate are collected and stored in a register. The test papers are then prepared and distributed to each person. After conducting the test the concerned department corrects the papers manually and results are announced.

  7. 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

  8. Proposed System The user can logon to the intranet and register or the administrator can register a new user. On registration, each user is assigned a unique id and a password. The user can logon to the server with his Id and appear for the selection tests. The tests are timed 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 also ensures that no candidate is permitted to reappear for the test within six months. The system also generates a merit list of candidates at the end of the test or as when required.

  9. 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

  10. Technologies Used • Java • JSP • Servlets • JDBC • HTML • XML • Java Script • Oracle

  11. 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

  12. Introduction Of Technologies Java: Java is currently one of the most popular programming languages in use, and is widely used from application software to web Applications

  13. Introduction Of Technologies JSP:(JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML, or other document types

  14. Introduction Of Technologies Servlets: Servlets are snippets of Java programs which run inside a Servlet Container. A Servlet Container is much like a web server which handles user requests and generates responses.

  15. Introduction Of Technologies JDBC: JDBC is an API for the Java programming language that defines how a client may access a database. It provides methods for querying and updating data in a database. JDBC is oriented towards relational databases.

  16. Introduction Of Technologies HTML: HTML stands for HyperText Markup Language, is the predominant markup language for web pages. It provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links and other items.

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

  18. Disadvantages of Java • Performance • Look and Feel • Single Paradigm language

  19. 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.

  20. JSP Architecture: javax.servlet.jsp package defines two interfaces JSPPageand HttpJspPage • Methods: • jspInit() • jspDestroy() • _jspService()

  21. JSP Components: • JSP Directives • JSP Tags • JSTL

  22. Future of (JSP) technology The 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.

More Related