J2EE Made Easy by Rashmi Kant Das
Book Summary:
Java technology is rapidly becoming the standard tool for building dynamic web sites and connecting web front ends to databases and applications on a server. However, very few books are available on servlet and JSP, especially those that cover recent versions of the specification, advanced techniques or reflect on real-world experience. This book intends to bridge this gap.
Audience of the Book :
This book Useful for BCA, MCA, Computer Science & IT students.
Sailent Feature:
1. JDBC architecture and the different types of drivers
2. Basic SQL commands
3. RowSet and transaction management
4. Servlet API and its life cycle
5. Form validation
6. ServletConfig and ServletContext
7. Servlet chaining and session tracking
8. JSP and its life cycle
9. JSP tag and JSTL tag
10. JSP chaining and session tracking
Table of Contents:
Unit I: JDBC
1. Basics of JDBC
2. Working with SQL and PL/SQL
3. Introducing JDBC API
4. Working with Statements and Result Sets
5. Advanced JDBC Concepts,
Unit II: Web Applications
6. Introduction to Web Applications
7. Introduction to Servlets
8. Understanding Request Processing and HTTP
9. Servlet Communication
10. Servlet Chaining
11. Session Tracking
12. File Uploading,
Unit III: Java Server Pages
13. Introducing Java Server Pages
14. JSP Lifecycle and Scripting Elements
15. Working with Directive Tags
16. Describing JAVA Bean and Action Tags in JSP
17. Working with Custom Tags and Standard Tag Library (JSTL)
18. JSP Communication
19. JSP Chaining and Session Tracking