Advance Java
- ➯JDBC Drivers
- ➯ Steps to connect to the database
- ➯ Connectivity with Oracle
- ➯ Connectivity with MySQL
- ➯ Connectivity with Access without DSN
- ➯ DriverManager
- ➯ Connection interface
- ➯ Statement interface
- ➯ ResultSet interface
- ➯ PreparedStatement
- ➯ ResultSetMetaData
- ➯ DatabaseMetaData
- ➯ Storing image
- ➯ Retrieving image
- ➯ Storing file
- ➯ Retrieving file
- ➯ Stored procedures and functions
- ➯ Transaction Management
- ➯ Batch Processing
- ➯ JDBC New Features
- ➯ Mini Project
Basics of Servlet »
- ➯ Introducton To Servlet
- ➯ Basics of Web
- ➯ Servlet API
- ➯ Servlet Interface
- ➯ Generic Servlet
- ➯ GenericServlet Methods
- ➯ Http Servlet
- ➯ Servlet Life Cycle
- ➯ Creating and Initializing a Servlet
- ➯ Working with Apache Tomcat Server
- ➯ Steps to create a servlet in Tomcat
- ➯ How servlet works?
- ➯ servlet in Myeclipse
- ➯ servlet in Eclipse
- ➯ servlet in Netbeans
- ➯ a. ServletRequest methods
- ➯ b. Registration example with DB
Servlet Collaboration ➭
- ➯ a. Request Dispatcher
- ➯ b. send Redirect
- ➯ ServletConfig methods
- ➯ ServletConfig example
Servlet Context ➭
- ➯ a. ServletContext methods
- ➯ b. ServletContext example
-
Attribute ➭How to set, get and remove example?
- ➯ Cookies
- ➯ Session ID
- ➯ Hidden Form Field
- ➯ URL Rewriting
- ➯ Http Session
- ➯ Session management
ServletInputStream and ServletOutputStream ➭- ➯ Annotation Servlet
- ➯ Project Development
-
➯ Life cycle of JSP
-
➯ JSP API
- ➯ JSP in Eclipse and other IDE's
- Life cycle of JSP Page
- ➯ out
- ➯ request
- ➯ response
- ➯ config
- ➯ application
- ➯ session
- ➯ pageContext
- ➯ page
- ➯ exception
Action Elements ➭- ➯ jsp:forward
- ➯ jsp:include
- ➯ Bean class
- ➯ jsp:useBean
- ➯ jsp:setProperty and jsp:getProperty
- ➯ Displaying applet in JSP
Expression Language ➭- ➯ Custom Tag : What and Why?
- ➯ Custom Tag API?
- ➯ Custom Tag Example
- ➯ Attributes
- ➯ Iteration
- ➯ Custom URI
-
Project Development in JSP ➭Mail API:
- ➯ Sending Email
- ➯ Sending email through Gmail server
- ➯ Receiving Email
- ➯ Sending HTML content
- ➯ Design Pattern
Project
.