What does it mean by rendering of page in JSF?

What does it mean by rendering of page in JSF?

A JSF page has components that are made with the help of JSF library. The JSF components lke h:form, h:inputText, h:commandButton, etc., are rendered / translated to HTML output. This process is known as encoding. Encoding also assigns a unique id to a component by the framework and the ids are generated at random.

What does it mean by rendering of page in JSF?

Every JSF page as described has various components made with the help of JSF library. JSF may contain h:form, h:inputText, h:commandButton, etc. Each of these is rendered (translated) to HTML output. This process is called encoding. The encoding procedure also assigns each component with a unique ID assigned by framework. The ID generated is random.
What is JSF, JavaServer Faces?
What is JSF, JavaServer Faces? - JavaServer Faces (JSF) is a server side Java technology, developed by Sun Microsystems, in the field of web application development. ..
Explain each web service technologies - SOAP, WSDL, UDDI, eBXML and JAX pack
Web service technologies - SOAP, WSDL, UDDI, eBXML and JAX pack - SOAP: Simple Object Access Protocol is a protocol that is used to exchange structured information at the time of implementing a web service....
Technologies included within JAX pack, i.e. JAXP, JAXB, JAXM, JAX-RPC, JAXR
JAX pack technologies - JAXP: Java API for xml processing. It provides the validation capability and parsing XML documents...
Post your comment