0

I am using JSF2 in web application but i am not able to understand what is this Sun Mojarra and Apache MyFaces runtime environments ? We can download JSF jars from the both the website . Can any one tell what are those two things ? As JSF Develop by Oracle JSF Link

So what is this Sun Mojarra and Apache MyFaces in context of JSF?

1 Answers1

0

JSF is a specification. Mojarra and MyFaces are both implementations of JSF.

A specification theoretically defines how something should be.
An implementation is the practical real-world thing that is created according to the specification.

Lester
  • 1,830
  • 1
  • 27
  • 44