What is JSF Mojarra?

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. Mojarra comes as default with Glassfish server but can also work with other servers.

What is JSF Mojarra?

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.

Sun (which is now Oracle) gave the name Mojarra to its original JSF Reference Implementation after the version 1.2_08.

After the version 1.2_08, Sun team started working on the Mojarra project i.e. the next version of JSF Reference Implementation. Like the parent project of JSF RI, Glassfish project was just named as Glassfish, Mojarra project was also named as Mojarra.

All official JSF Specification and Mojarra implementation artifacts for JSF 2.0 and later versions are published in maven central.

Latest Version of Mojarra:

2.1.22 8/May/13 (This is the current version of Mojarra till date)
2.1.21 9/Apr/13
2.1.20 4/Mar/13
2.1.19 13/Feb/13
2.1.18 4/Feb/13
2.1.17 7/Jan/13

Previous Versions of Mojarra:

2.1.16 10/Dec/12
2.1.15 16/Nov/12
2.1.14 23/Oct/12
2.1.13 07/Sep/12
2.1.12 15/Aug/12
2.1.11 11/Jul/12
2.1.10 25/Jun/12
2.1.9 31/May/12
2.1.8 16/May/12
2.1.7 14/Feb/12
2.1.6 05/Dec/11
2.1.5 28/Nov/11
2.1.4 08/Nov/11
2.1.3 08/Sep/11
2.1.2 10/Jun/11

  • 2.1.1 (04/04/2011)

Maven GAV
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>jsf-api</artifactId>
<version>2.1.1-b04</version>
</dependency>
 <dependency>
  <groupId>com.sun.faces</groupId>
  <artifactId>jsf-impl</artifactId>
  <version>2.1.1-b04</version>
</dependency>

  • 2.1.0 (03/02/2011)

maven version: <version>2.1.0-b11</version>

  • 2.0.9 (02/08/2012)

Maven GAV
<dependency>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.faces</artifactId>
  <version>2.0.9</version>
</dependency>

  • 2.0.8 (01/13/2012)

Maven GAV
<dependency>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.faces</artifactId>
  <version>2.0.8</version>
</dependency>

  • 2.0.7 (12/22/2011)

Maven GAV
<dependency>
  <groupId>org.glassfish</groupId>
  <artifactId>javax.faces</artifactId>
  <version>2.0.7</version>
</dependency>

  • 2.0.6 (06/03/2011)

maven version: <version>2.0.6</version>

  • 2.0.5 (05/06/2011)

maven version: <version>2.0.5</version>

  • 2.0.4 (01/13/2011)

maven version: <version>2.0.4-b09</version>

  • 1.2_15 (09/24/2010)

Maven GAV
<dependency>
  <groupId>javax.faces</groupId>
  <artifactId>jsf-api</artifactId>
  <version>1.2_15</version>
</dependency>
 <dependency>
  <groupId>javax.faces</groupId>
  <artifactId>jsf-impl</artifactId>
  <version>1.2_15</version>
</dependency>

  • 2.0.3 (07/1/2010)

maven version: <version>2.0.3-b05</version>

  • 2.0.2 (12/10/209)

maven version: <version>2.0.2-b10</version>

  • 2.0.1 (10/22/2009)

maven version: <version>2.0.1-b02</version>

  • 2.0.0 (10/19/2009)

maven version: <version>2.0.0-b23</version>

  • 1.2_14 (12/18/2010)

Maven GAV
<dependency>
  <groupId>javax.faces</groupId>
  <artifactId>jsf-api</artifactId>
  <version>1.2_14</version>
</dependency>
 <dependency>
  <groupId>javax.faces</groupId>
  <artifactId>jsf-impl</artifactId>
  <version>1.2_14</version>
</dependency>

  • 1.2_13 (07/7/2010)

maven version: <version>1.2_13</version>

  • 1.2_12 (01/16/2010)

maven version: <version>1.2_12</version>

  • 1.2_11 (12/19/2008)

maven version: <version>1.2_11-FCS</version>

  • 1.2_10 (10/31/2008)

maven version: <version>1.2_10</version>

  • 1.2_09 (07/18/2008)

maven version: <version>1.2_09-b01</version>

  • 1.2_08 (02/26/2008)

maven version: <version>1.2_08</version>