Project Overview Graduate Selection Process Project Goal Automate the Selection Process.

Slides:



Advertisements
Similar presentations
Overview Environment for Internet database connectivity
Advertisements

Lecture plan Information retrieval (from week 11)
Copyright 2004 Monash University IMS5401 Web-based Systems Development Topic 2: Elements of the Web (g) Interactivity.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
Outline IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Server Side Web Technologies: Part 2.
LYU9901-Travel Net LYU9901-Travel Net Supervisor: Prof. Michael R. Lyu Students: Ho Chi Ho Malcolm Lau Chi Ho Arthur (Presentation on )
1 CS6320 – Why Servlets? L. Grewe 2 What is a Servlet? Servlets are Java programs that can be run dynamically from a Web Server Servlets are Java programs.
LYU9901 TravelNet Final Presentation Supervisor: Prof. Michael R. Lyu Members: Ho Chi Ho Malcolm Lau Chi Ho Arthur On
Java Server Team 8. Overview What is a Java Server? History Architecture Advantages Disadvantages Current Technologies Conclusion.
System Analysis and Design
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
Application Architectures Vijayan Sugumaran Department of DIS Oakland University.
Computer Science 101 Web Access to Databases Overview of Web Access to Databases.
Feeds Computer Applications to Medicine NSF REU at University of Virginia July 27, 2006 Paul Lee.
Web-based Software Development - An introduction.
Sys Prog & Scripting - HW Univ1 Systems Programming & Scripting Lecture 15: PHP Introduction.
M. Taimoor Khan * Java Server Pages (JSP) is a server-side programming technology that enables the creation of dynamic,
The Design Discipline.
CSCI 6962: Server-side Design and Programming Course Introduction and Overview.
1 Modular Software/ Component Software 2 Modular Software Code developed in modules. Modules can then be linked together to produce finished product/program.
ABSTRACT Zirous Inc. is a growing company and they need a new way to track who their employees working on various different projects. To solve the issue.
Chapter 16 The World Wide Web Chapter Goals Compare and contrast the Internet and the World Wide Web Describe general Web processing Describe several.
Chapter 16 The World Wide Web. 2 The Web An infrastructure of information combined and the network software used to access it Web page A document that.
Java Omar Rana University of South Asia. Course Overview JAVA  C/C++ and JAVA Comparison  OOP in JAVA  Exception Handling  Streams  Graphics User.
Internal Guide: Prof S M Narayana By: Meghana(1MS07CS049) Padmavathi T(1MS07CS057) Priyanka A L(1MS07CS069) Sandeep Kumar B(1MS07CS082)
Using JavaBeans and Custom Tags in JSP Lesson 3B / Slide 1 of 37 J2EE Web Components Pre-assessment Questions 1.The _____________ attribute of a JSP page.
Chemical Toxicity and Safety Information System Shuanghui Luo Ying Li Jin Xu.
11/16/2012ISC329 Isabelle Bichindaritz1 Web Database Application Development.
Fundamentals of Database Chapter 7 Database Technologies.
M1G Introduction to Database Development 6. Building Applications.
Web Server Administration Chapter 7 Installing and Testing a Programming Environment.
WAD Web application for managing the indicators of the research activity in a university department.
LOGO 2 nd Project Design for Library Programs Supervised By Dr: Mohammed Mikii.
1 3. Computing System Fundamentals 3.1 Language Translators.
Putting it all together Dynamic Data Base Access Norman White Stern School of Business.
Project Overview Graduate Selection Process Project Goal Automate the Selection Process.
COMU114: Introduction to Database Development 1. Databases and Database Design.
Chapter 23 - World Wide Web Documents (HTML) Introduction Display Hardware Varies A Browser Translates And Displays A Web Document A Consequence Of The.
Database Systems: Design, Implementation, and Management Eighth Edition Chapter 14 Database Connectivity and Web Technologies.
1 MSCS 237 Overview of web technologies (A specific type of distributed systems)
Overview of Form and Javascript fundamentals. Brief matching exercise 1. This is the software that allows a user to access and view HTML documents 2.
3 Copyright © 2004, Oracle. All rights reserved. Working in the Forms Developer Environment.
ASP (Active Server Pages) by Bülent & Resul. Presentation Outline Introduction What is an ASP file? How does ASP work? What can ASP do? Differences Between.
CS562 Advanced Java and Internet Application Introduction to the Computer Warehouse Web Application. Java Server Pages (JSP) Technology. By Team Alpha.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 JSP Application Models.
D R A T D R A T ABSTRACT Every semester each department at Iowa State University has to assign its faculty members and teaching assistants (TAs) to the.
INTERNAL GUIDE: T.BENERJI BY: CH MAHESH KUMAR 07D31A1237 B.CHANDRAKANTH 07D31A1209 CH.GOWTHAM 07D31A1217 ARUN KUMAR MISHRA 07D31A1205 M.Tech( Ph.D )
Chapter 3 JSP Overview. The Problem with Servlets processing the request and generating the response are both handled by a single servlet class Java programming.
ASP-2-1 SERVER AND CLIENT SIDE SCRITPING Colorado Technical University IT420 Tim Peterson.
10 Copyright © 2004, Oracle. All rights reserved. Building ADF View Components.
Singleton Academy, Pune. Course syllabus Singleton Academy Pune – Course Syllabus1.
JSP / Servlets and Beans
A web based tool for estimation of Gage R&R and Measurement Uncertainty Siva Venkatachalam & Dr. Jay Raja Center for Precision Metrology The University.
The Internet Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Java Programming, 3e Concepts and Techniques Chapter 1 Section 56 – An Introduction to Java.
A Presentation Presentation On JSP On JSP & Online Shopping Cart Online Shopping Cart.
A S P. Outline  The introduction of ASP  Why we choose ASP  How ASP works  Basic syntax rule of ASP  ASP’S object model  Limitations of ASP  Summary.
1 College Automation Software Arifa Tehseen Ara(509) Farzana Begum(512) Syeda Fatima(513) Firdous Sameena(514) Tahmina Jabeen(556)
Presented by: K.AMARNATH Ht.no:10841f0045 Guided by: T.Suneetha.
Web-based Software Development - An introduction
Introduction to Dynamic Web Programming
The Client-Server Model
INFORMATION RETRIEVAL AND KNOWLEDGE MANAGEMENT SYSTEM
Introduction and Principles
PHP / MySQL Introduction
MSIS 655 Advanced Business Applications Programming
Introduction of Week 11 Return assignment 9-1 Collect assignment 10-1
Database Connectivity and Web Development
J2EE Lecture 1:Servlet and JSP
Presentation transcript:

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.

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.

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

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.

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

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.

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

Technologies Used Java JSP Servlets JDBC HTML XML Java Script Oracle

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

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

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

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.

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.

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.

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

Disadvantages of Java Performance Look and Feel Single Paradigm language

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.

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

JSP Components: JSP Directives JSP Tags JSTL

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.