Vipin
Vipin
Contents
2
Abstract Introduction to J2EE View about project Purpose and Scope Modules Snap shots Conclusion References
19-11-2013
Abstract
OnlineExamsPortals is being launched because a need for
a destination that is beneficial for both institutes and students. With this site, institutes can register and host online exams. Students can give exams and view their results.
technology. As the name implies, it serves a client request and receives a response from the server. Technically speaking, a Servlet is a Java class in Java EE that conforms to the Java Servlet API, a protocol by which a Java class may respond to requests.
software developers create dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 by Sun Microsystems, JSP is similar to PHP, but it uses the Java programming language.
The most basic is <% ... %>, which encloses a JSP scriptlet. A scriptlet is a fragment of Java code that is run when the user requests the page. Other common delimiters include <%= ... %> for expressions, where the value of the expression is placed into the page delivered to the user, and directives, denoted with <%@ ... %>.
Sun Microsystems. This technology 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 connections support creating and executing statements. These may be update statements such as SQL's CREATE, INSERT, UPDATE and DELETE, or they may be query statements such as SELECT.
Struts 2.0
Struts2 is popular and mature web application
framework based on the MVC design pattern. Struts2 is not just the next version of Struts 1, but it is a complete rewrite of the Struts architecture. The WebWork framework started off with Struts framework as the basis and its goal was to offer an enhanced and improved framework built on Strutsto make web development easier for the developers.
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.
onlineexamination world wide. It saves time as it allows number of students to give the exam at a time and displays the results as the test gets over, so no need to wait for the result. It is automatically generated by the server.
Modules
Administrators Administrators are responsible for management of system users, tests, results and system backup etc.
Student Students are the candidates who are appearing for the Exam.
Home page
Student page
Admin page
Choice Question
Conclusion
Application Programming and Web Page Development can be achieved efficiently with the use of Java. Faster result calculation. Reduced cost.