What is JSF?

01:57 Unknown 0 Comments

JSF(Java Server Faces)

It is server side reusable user interface component framework  for developing java based web applications.We can also say like JSF is J2EE(Java Enterprise Edition) web user interface framework that is it is used while developing any web application using J2EE.Web application means it follows client server computing such that client runs an application on web using browser.Simply JSF can be use for designing GUI(graphical user interface) on server side.

But what is Client and Server?

  • Client is one which sends request to server for getting service.
  • Server is one which receive that request,process that request and response back to client about that request.

0 comments: