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