Vous êtes sur la page 1sur 23

Presented by :Neelam Sharma Advisor : Mr.

Abhishek Jain

Companys Profile Problem Statement & Selected Solution Technology Involved Scope of the Project SRS System Architecture Dfd Diagram Future Enhancements Conclusion

Road Ahead Technologies (I) Pvt. Ltd. incorporated in 2004 is an ISO 9001:2008 certified organization that operates through well-defined systems and procedures. It provides information and resources on IT education, training, development and services for everyone involved in the sector from students to educators and employers to employees. RAT through its strategic alliances with global leaders like Oracle formulates the link between individuals and agencies with IT skills, opportunities and solutions.

Road Ahead team firmly believes in having a vision and focus in applying the expertise and experience gathered in the past years.
AWARDS

Road Ahead Technologies is prometric centre for oracle as well as for all the certification courses.

They had a tie-up with a UGC approved State University.


They are providing an opportunity of doing Live projects in various reputated companies of IT sector.

Stored Repository of exams General problem with time for students Timed question not possible Auto grading Flexible Time Saver Security

Develop a system which allows the faculty to create, modify and store questions which can be grouped together to form sections and these sections can be grouped together to form tests/examinations. Section and Questions are configurable Allow Students to write the test when ever they want Build test automatically based on the professors preferences

Request

Servlet

Client

Response

Server

What is Java Servlets?


Servlet module run inside request/response-oriented server
Browser HTML form Java-enabled Web Server Servlet

Database

Servlets are to Servers what Applets are to Browsers Servlet Server

Applet Browser

Substitute for CGI scripts easier to write and fast to run Not part of the core Java Framework

Servlet container

Request BROWSER HTTP

WEB SERVER
Response

Request
servlet

Response

server

JDBC

DATA BASE

CLIENT

SERVLET

RMI

JAVA APP.

JSP

SOAP

WEB SERVICES

Server loads Servlets - run init method

No Concurrency Issue Server runs init only once, not per request

Servlets Accept Request from Clients and return Data back - run service method

service must be thread-safe - multiple service method at a time if that is impossible, servlet must implement SingleThreadModel interface destroy must be thread-safe - when server runs destroy, other threads might be accessing shared resources

Server removes Servlets - run destroy method

Server reloads Servlets - run init method

All servlet classes and interfaces that form the API are found in the javax.servlet package. All servlets, no matter what type of server they are destined to be used with, implement the javax.servlet.Servlet interface. This interface defines the basic functionality that a servlet must possess

Hardware Requirements: Processor (1.2Ghz) Mother board 256 MB RAM LAN enabled

Software Requirements
Windows XP My Sql Internet Explorer Java 1.6.0

Adv java Servlet Html Css My sql

User-friendly features Easy to navigate environment Effective client-side validation Display of alerts Can be deployed on the WEB

19

Additional modules
Parent Section Reception Blog by Student Study Material

20

Application provides Easy access to information Maintains integrity of information Opinion poll better decisions Feedback helps for improvement Enhanced further to suit requirements

www.google.com www.wikipedia.com www.msdn.microsoft.com Java Complete Reference-Herbert Schildt Database Systems Concepts Korth,Sudarshan

22

23

Vous aimerez peut-être aussi