2. Web Application Development Flashcards

1
Q

What is Java Server Faces?

A

A server-side component framework for building Java-based web applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a JSF application?

A

A set of “web pages” in which components are laid out

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Name 3 JSF components

A

1- Rendering model
2- Conversion model
3- Event and listener model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the JSF Lifecycle?

A
  • Execute
  • Render
  • Initial request
  • Post-back
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are Facelets?

A

The view declaration language for JSF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Expression Language?

A

Dynamically read application data stored in Java Beans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are Enterprise Java Beans?

A

A server side component that encapsulates the business logic if an application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly