Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

What is jsf mojarra?


Asked by Amara Rivera on Dec 06, 2021 FAQ



JSF Mojarra is an open sourced Reference Implementation that is used to develop Java based application.
Similarly,
Latest Mojarra version available till date is 2.1.22. Mojarra comes as default with Glassfish server but can also work with other servers. JSF Mojarra is an open sourced Reference Implementation that is used to develop Java based application. Latest Mojarra version available till date is 2.1.22.
Additionally, Mojarra is the JSF Reference Implementation (aka JSF RI) that is by default available with Glassfish server. Mojarra is an open source, which a developer can use to develop JSF based applications. For this they have to download the "jar" files from the official site of JavaServerFaces.
Also,
In September 2017, Oracle announced its intention to transition Java EE to the Eclipse Foundation. Java EE has since been rebranded to Jakarta EE, and JSF 2.3 (Eclipse Mojarra) has been adopted for continuation. The next major release of the JSF specification will be Eclipse Mojarra 3.0.
Just so,
During the 2.0/2.1 timeline, Mojarra had only serious issues with <ui:repeat> in complex/nested compositions (a.o. broken state saving, processing only last iterated form, failed <f:ajax>, etc) and with flash scope implementation (initial implementation was totally not bullet proof). MyFaces also had its own set of bugs, but they were manageable.