0% found this document useful (0 votes)
16 views

JSP and JSF: Click To Edit Master Subtitle Style

JSP is a technology used to dynamically generate web page content from Java code and return it to clients like web browsers. It uses either Model 1 or Model 2 architectures. JSF simplifies building user interfaces for Java applications by allowing developers to assemble reusable UI components on a page, connect them to application data, and wire client-generated events to server-side handlers. Key features include page navigation, standard components, validation, error handling, and event handling.

Uploaded by

Romina Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

JSP and JSF: Click To Edit Master Subtitle Style

JSP is a technology used to dynamically generate web page content from Java code and return it to clients like web browsers. It uses either Model 1 or Model 2 architectures. JSF simplifies building user interfaces for Java applications by allowing developers to assemble reusable UI components on a page, connect them to application data, and wire client-generated events to server-side handlers. Key features include page navigation, standard components, validation, error handling, and event handling.

Uploaded by

Romina Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 8

JSP and JSF

Click to edit Master subtitle style

8/14/12

JAVA SERVER PAGES

A technology used to return dynamic content to a client, typically a web browser

8/14/12

ARCHITECTURE

JSP Model 1 architecture


8/14/12

ARCHITECTURE

JSP Model 2 architecture


8/14/12

EXAMPLE OF JSP WORKING

8/14/12

What is JSF ?

JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers.
8/14/12

FEATURES OF JSF

Page navigation specification Standard user interface components like input fields, buttons, and links User input validation Easy error handling Java bean management Event handling
8/14/12

JAVASERVER FACES

8/14/12

You might also like