Java Data base Connectivity (JDBC)
- Overview of RDBMS
- Introduction to Call Level Interface (CLI)
- Introduction to JDBC
- JDBC Architecture
- Types of JDBC Drivers
- Establishing a JDBC Connection
- Using Statement
- Using Prepared Statement
- Using Callable Statement
- Scrollable Result Set
- Editable Result set
- Inserting & Fetching From BLOB type of Columns
- Managing Transactions in JDBC
- New Features Introduced in JDBC 3.0
- Fetching Generated Keys for Auto Increment Columns
Common Gateway Interface
- Introduction to CGI
- Understanding Environment Variables
- Disadvantages and Limitation of CGI
Java Beans
- Java Bean Architecture
- Java Bean Characteristics
- Providing Properties & Methods
JSP Expression Language (EL)
- Syntax
- Operators
- Using Different Scope Objects
- Calling Functions from EL
JSP Standard Tag Library (JSTL)
- General Purpose Actions
- Conditional Actions
- Iterator Actions
Web Application Security
- Introduction
- Declarative Security
- Programmatic Security
- Roles
- Authentication
- Basic Authentication
- Digest Authentication
- Form Based Authentication
- Standard Login Form
- Security Constraints
- Web Resource Collection
- Authorization Constraint
- User Data Constrain
|
JAVA Servlets
- Servlet as J2EE Web Component
- Servlet as an improved CGI
- Servlet Fundamentals / API
- What is a Web Container
- Servlet Life Cycle / Architecture
- Http GET and POST Request Methods
- Processing HTML Forms
- What is Name – value pair
- Content Types and MIME
- Configuration of Web Application
- Understanding the Deployment Descriptor (DD)
- Writing the Web.xml File
- Specifying the Welcome File List
- Servlet URL Pattern Mapping
- Init Parameters
- Deploying Web Applications
- State Management
- Using HTTP Session
- Using Cookies
- Using Application
- Java Server Pages (JSP)
- JSP Architecture
- JSP Standard / Implicit Objects
- Request
- Response
- Out
- Config
- Application
- Session
- Page
- Page context
- Exception
- JSP Page Implementation Class
- JSP Basics & Syntax
- JSP Directive Tags
- Page Directive
- Include Directive
- Taglib Directive
- JSP Action Tags
- Forward Action Tag
- Include Action Tag
- JSP Script Related Tags
- Scriptlet Tag
- Expression Tag
- Declaration Tag
- Using JAVA Beans from JSP
- Use Bean Tag
- Set Property Tag
- Get Property Tag
- JSP Custom Tag Library
- JSP 2.0 Tag Files
- JSP 2.0 Simple Tag
- Empty Tag
- Tag with Body
- (JSP) Fragment
|