Java for Web Development: Create Full-Stack Java Applications with Servlets, JSP Pages, MVC Pattern and Database Connectivity

Vivek Gupta

  • 出版商: BPB Publications
  • 出版日期: 2022-04-12
  • 售價: $1,570
  • 貴賓價: 9.5$1,492
  • 語言: 英文
  • 頁數: 212
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 9355511434
  • ISBN-13: 9789355511430
  • 相關分類: Java 程式語言Java 相關技術資料庫
  • 海外代購書籍(需單獨結帳)

商品描述

This book is about creating web applications with Java, servlets, Java Server Pages, and struts. Servlets, JSP pages, and database connectivity will be covered in detail. The more you read this book, the better you will be at making GUI apps, using JavaBeans in JSP, and making your tag libraries.


The book covers various key topics, including the MVC pattern, servlets, JSP, database connectivity, struts, and localization. With examples and demonstrations, you'll learn about every aspect of web development and how to use Java and associated tools effectively throughout the process. All programmes are made in the NetBeans IDE and run on Tomcat Server. The hierarchy of classes and the architecture are also illustrated graphically. Readers will get comprehensive knowledge of concepts through analogies drawn from real-world situations. Interview questions with solutions are also included for users looking for jobs in software companies.


Readers will be able to create dynamic websites and blogs with the help of this book. The book is a wonderful resource for aspiring java programmers and web developers who wish to master both basic and advanced level web application development in Java through their efforts and this book.


TABLE OF CONTENTS

1. Database Connectivity

2. Internationalization

3. Introduction To Java Servlets

4. HTTP Servlet

5. Working with Servlet Sessions

6. Inter Servlet Communication

7. Java Server Pages

8. Comment Tag and Scripting Element

9. JSP Directives

10. JSP Action Element and Custom Tags

11. Introduction to Struts

12. Interview Questions