June 2017
Beginner
1296 pages
69h 23m
English
Web-based apps create content for web browser clients. This content includes eXtensible HyperText Markup Language (XHTML), JavaScript client-side scripting, Cascading Style Sheets (CSS), images and binary data.
XHTML is an XML (eXtensible Markup Language) vocabulary that is based on HTML (HyperText Markup Language).
Java multitier applications are typically implemented using the features of Java Enterprise Edition (Java EE).
The JavaServer Faces subset of Java EE is a web-application framework (p. 2) for building multitier web apps by extending the framework with your application-specific capabilities. The framework handles the details of receiving client requests and returning responses for you.