What is Mojarra?

JavaJsfJsf 2Jsf 1.2

Java Problem Overview


How is Mojarra different from Sun's JSF Reference Implemenation?

Is it just a later version? Is it simply a rename?

Java Solutions


Solution 1 - Java

The Sun JSF Reference Implementation, also known as Sun JSF RI, was named like that, just "JSF RI", from the beginning on until version 1.2_08. The dev team found it an extremely boring and nothing-saying name. They would like to participate with the fancy product code name hype and wanted to have it in line with the "Glassfish" project which JSF RI is part of. After some user community polls (initiated by the good ol' forums.sun.com), the name "Mojarra" was been chosen. Since version 1.2_08, the name "JSF RI" has been replaced by "Mojarra". But it's essentially the same implementation. In other words, Mojarra is the JSF Reference Implementation.

Later, when Sun was taken over by Oracle in January 2010, the company name "Sun" was obviously replaced by "Oracle". And yet later, when Java EE was reowned by Eclipse instead of Oracle in September 2017, the "Java EE" project name was renamed to "Jakarta EE" (for legal reasons because Oracle owned "Java" trademark) and the company name "Oracle" throughout JEE was replaced by "Eclipse".

See also:

Solution 2 - Java

Mojarra is the new name of the Sun's (sorry now Oracle) original JSF reference implementation (also known as JSF RI) from version 1.2_08 onwards. Sun wanted a BUZZ word for its JSF implementation, so they gave a new name to their JSF implementation.

Mojarra is the default JSF shipped with servers like Glassfish ..etc

Solution 3 - Java

Mojarra is the reference implementation of the Oracle JSF 1.x/2.x spec.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionJeffJakView Question on Stackoverflow
Solution 1 - JavaBalusCView Answer on Stackoverflow
Solution 2 - Javauser1455719View Answer on Stackoverflow
Solution 3 - JavaDorpsidiootView Answer on Stackoverflow