InterviewSolution
Saved Bookmarks
| 1. |
What Is A Javaserver Faces Application? |
|
Answer» JavaServer Faces applications are just like any other Java web application. They RUN in a servlet container, and they typically contain the following:
In addition to these items, a JavaServer Faces application ALSO has:
JavaServer Faces applications are just like any other Java web application. They run in a servlet container, and they typically contain the following: In addition to these items, a JavaServer Faces application also has:
|
|