vipin ppt

Upload: vivek-daryani

Post on 04-Jun-2018

216 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/13/2019 vipin ppt

    1/17

    P R E S E N T E D B Y: V I P I N J A K H A R

    1 0 E C T C S 1 2 6B 3 B AT C H

    APRESENTATION

    ONONLINE EXAMINATION SYSTEM(J2EE )

    S U B M I T E D T O :S U N I TA C H A U D H A RY M A M( H O D )( D E P. O F C O M P U T E R S C I E N C E )

  • 8/13/2019 vipin ppt

    2/17

    Contents

    19-11-2013Dept. of Computer Science

    2

    AbstractIntroduction to J2EE

    View about project

    Purpose and ScopeModulesSnap shotsConclusion

    References

  • 8/13/2019 vipin ppt

    3/17

    Abstract

    OnlineExamsPortals is being launched because a need fora destination that is beneficial for both institutes andstudents. With this site, institutes can register and hostonline exams.Students can give exams and view their results.

  • 8/13/2019 vipin ppt

    4/17

    Overview about J2EE

    Servlets A Servlet is a Java-based server-side webtechnology. As the name implies, it serves a client

    request and receives a response from the server.Technically speaking, a Servlet is a Java class inJava EE that conforms to the Java Servlet API , aprotocol by which a Java class may respond to

    requests.

  • 8/13/2019 vipin ppt

    5/17

    JSP(java server pages)

    Java Server Pages (JSP) is a technology that helpssoftware developers create dynamically generated webpages based on HTML, XML, or other document types.Released in 1999 by Sun Microsystems, JSP is similar toPHP, but it uses the Java programming language.

    JSP pages use several delimiters for scripting functions.The most basic is , which encloses a JSPscriptlet. A scriptlet is a fragment of Java code that is run when the user requests the page. Other commondelimiters include for expressions, wherethe value of the expression is placed into the pagedelivered to the user, and directives , denoted with .

  • 8/13/2019 vipin ppt

    6/17

  • 8/13/2019 vipin ppt

    7/17

    Struts 2.0

    Struts2 is popular and mature web applicationframework based on the MVC design pattern. Struts2is not just the next version of Struts 1, but it is acomplete rewrite of the Struts architecture. The WebWork framework started off with Strutsframework as the basis and its goal was to offer anenhanced and improved framework built on Strutsto

    make web development easier for the developers.

  • 8/13/2019 vipin ppt

    8/17

    Architecture of struts 2.0

  • 8/13/2019 vipin ppt

    9/17

    Purpose and Scope of project

    Scope of this project is very broad in terms of othermanually taking exams. Few of them are:-

    This can be used in educational institutions as well as in students.Can be used anywhere any time as it is a web based application.

    This Web Application provides facility to conductonlineexamination world wide.It saves time as it allows number of students to give theexam at a time and displays the results as the test getsover, so no need to wait for the result. It isautomatically generated by the server.

  • 8/13/2019 vipin ppt

    10/17

    Modules

    Administrators Administrators are responsible for management of

    system users, tests, results and system backup etc.

    StudentStudents are the candidates who are appearing forthe Exam.

  • 8/13/2019 vipin ppt

    11/17

    Home page

  • 8/13/2019 vipin ppt

    12/17

    Student page

  • 8/13/2019 vipin ppt

    13/17

    Admin page

  • 8/13/2019 vipin ppt

    14/17

    Question update and delete

  • 8/13/2019 vipin ppt

    15/17

    Choice Question

  • 8/13/2019 vipin ppt

    16/17

    Conclusion

    As stated in my hypothesis, I concluded that Application Programming and Web Page

    Development can be achieved efficiently with the useof Java.Faster result calculation.Reduced cost.

  • 8/13/2019 vipin ppt

    17/17