>>> J.S.I.S.

(return to home page)




DB and Servlets/JSP
(by Nasif Ekiz)


Java Web Programming Servlet/JSP
Java Servlets
JavaServer Pages
Java Database Connectivity
Java Beans



 
Objectives

Java Servlets:

Understanding and Using Servlet interface
Understanding and Using HttpServlet Class
Understanding and Using HttpServletRequest Interface
Understanding and Using HttpServletResponse Interface
Handling HTTP get Requests with HttpServletRequest
Handling HTTP post Requests with HttpServletRequest
Understanding and Using Cookies
Understanding and Using HttpSession Interface
Redirecting Pages
Handling Databases with JDBC

JavaServer Pages:

Understanding and Using Implicit Objects (application, config, exception, out, page, pageContext, response, request, session)
Understanding and Using JSP Scripting Components
Handling HTTP get Requests
Handling HTTP post Requests
Understanding and Using Cookies
Understanding and Using session implicit object
Understanding and Using JSP Standard Actions
Understanding and Using JSP Directives

Java Database Connectivity:

Manipulating Databases with JDBC
Understanding and Using PreparedStatements
Understanding and Using Connection Pooling


Tools I will be using Borland JBuilder 8.0 as my main developing tool. It is the latest release of JBuilder and has a lot of improvments within.

JBuilder will also enable us to test our code for J2ME as it has Apache Jakarta Tomcat 4.0 server placed into its core.

Another program I will use is Oracle's SQL* Plus that will enable me to connect to JSIS Database.
Source Code

Servlets:

JavaServer Pages:

HTML :

Links/Downloads

Java Servlets:



[ THE END ]


Project Progress status is found on the main page, under Announcements section