UI-Component Sets
What is MyFaces?

MyFaces is a family of projects related to the JavaServer Faces (JSF) specification published as part of the Java Community Process. The "core" project is an implementation of that specification. Other MyFaces projects implement related specifications (eg the Portlet Bridge), or add features to any JSF implementation (not just the Myfaces Core).

See the documentation within the various projects for further details.

[top]


Does MyFaces Core work with Tomcat 5.5?

MyFaces Core 1.1.x works with Tomcat5.5. MyFaces Core 1.2.x requires Tomcat 6.0 or later.

[top]


Can I use MyFaces extensions (eg Tomahawk) with Sun's Reference Implementation (RI)?

Yes, most of the Apache MyFaces projects work any JSF implementation, not just MyFaces Core.

[top]