Sunteți pe pagina 1din 2

DEPARTMENT OF COMPUTER SCIENCE ENGINEERING

Synopsis

Course name: Mini Project Course Code: CSE65 Semester:VI Duration: Jan- May 2020

Student details:
USN Name of the student Section Date of Submission Signature
1NH17CS756 K.SURYA C 3 FEB 2020

DEVIL GENIUS

Problem Statement

Frontend Process:-

Java is predominantly a back end programming language, and a mighty good one at that.
Hope you have heard about Google web toolkit(GWT). This is used to convert Java code into
JavaScript for user interface(front end), since JavaScript being predominantly a front-end
language.

Backend Process:-
JDBC ('Java Database Connectivity') allows multiple implementations to exist and be used by the
same application. The API provides a mechanism for dynamically loading the correct Java packages
and registering them with the JDBC Driver Manager. The Driver Manager is used as a connection
factory for creating JDBC connections.
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. Additionally, stored procedures may be invoked through a JDBC connection. JDBC
represents statements using one of the following classes:

 Statement – the statement is sent to the database server each and every time.
 Prepared Statement – the statement is cached and then the  execution path is pre-
determined on the database server allowing it to be executed multiple times in an efficient
manner.
 Callable Statement – used for executing stored procedures on the database.

Update statements such as INSERT, UPDATE and DELETE return an update count that indicates
how many rows were affected in the database. These statements do not return any other
information.
Outcomes

a. An ability to apply knowledge of computing and mathematics appropriate to the discipline.


b. An ability to analyze a problem, and identify and define the computing requirements
appropriate to its solution.
c. An ability to design, implement and evaluate a computer- based system, process,
component, or program to meet desired needs.
d. An ability to use current techniques, skill and tools necessary for computing practices.

Requirement Specifications

Hardware Requirements : Pentium with 233MHz


64MB RAM minimum
800*600 resolution ; 16 bit color

Software requirements : Front End Tool – HTML, DHTML, JavaScript, XML


Network layer – TCP/IP
Web Server Layer - JDBC, JSP
Language Specification - J2SE
Back End Tool – Oracle8i
Operating Systems – Windows 2000, Windows 9

Signature of Reviewer with Date

S-ar putea să vă placă și