1 / 17

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.

thetis
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. Existing system The system comprises of manual method of conducting and evaluating a candidates.

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

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

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

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

  9. Technologies Used Java JSP Servlets JDBC HTML XML Java Script Oracle

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

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

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

  13. Disadvantages of Java Performance Look and Feel Single Paradigm language

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

  15. JSP Architecture javax.servlet.jsp package defines two interfaces JSPPage and HttpJspPage • Methods: • jspInit() • jspDestroy() • jspService()

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

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