Beginning JSP JSF and Tomcat Web Development

This is easier said than done, because to use JSP and JSF, you need to know at least some Java, HTML, XML, and SQL. Moreover, some knowledge of JavaScript and Cascading Style Sheets (CSS) would also be useful, and you couldn’t fully exploit the power of JSP/JSF without knowing the JSP Expression...

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Những tác giả chính: Zambon, Giulio, Sekler, Michael
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/30772
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:This is easier said than done, because to use JSP and JSF, you need to know at least some Java, HTML, XML, and SQL. Moreover, some knowledge of JavaScript and Cascading Style Sheets (CSS) would also be useful, and you couldn’t fully exploit the power of JSP/JSF without knowing the JSP Expression Language (EL) and the XPath language. To cover all this ground, we’ve decided to relegate most of the details to appendixes and use the main body of the book to teach you key concepts and components with as little clutter as possible. Chapter 1 introduces you to JSP, describes the general structure of JSP applications, and explains the full code of your first JSP application. At the end of the chapter, we also tell you how to install the application in Tomcat. We knew that you would be eager to see something working, and we didn’t want to make you wait for it! Chapter 2 is where we cover all aspects and components of JSP. After giving you a brief summary of the Java syntax, we introduce the online bookshop application that we’ll use as an example in several chapters. We then explain how to use JSP variables, directives, and standard actions, how to create your own custom actions, and how to use JSTL and EL. Finally, we briefly describe how to write JSP documents in XML syntax.