diff --git a/2.0/index.html b/2.0/index.html index 45a591c..d991b84 100644 --- a/2.0/index.html +++ b/2.0/index.html @@ -88,32 +88,32 @@
Access to the source code for Oracle's implementation of the JCP JSF Specification is subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can obtain
a copy of the License at here.
Refer to the version control instructions for details on configuring your client.
If you don't have a java.net ID, you can check out the source anonymously by using the guest account.
The version control instructions also contains information pertaining
to branch names which will be important depending on which version of JSF you're interested in working with.
Access to the source code for Oracle's implementation of the JCP JSF Specification is subject to the terms of either the GNU
General Public License Version 2 only ("GPL") or the Common Development
and Distribution License("CDDL") (collectively, the "License"). You
may not use this file except in compliance with the License. You can obtain
a copy of the License at here.
Refer to the version control instructions for details on configuring your client.
If you don't have a java.net ID, you can check out the source anonymously by using the guest account.
The version control instructions also contains information pertaining
to branch names which will be important depending on which version of JSF you're interested in working with.
Make sure you have installed everything outlined in What is required to build JSF 1.1.x and JSF 1.2.x? and What is required to build JSF 1.2.x?. Make it so JDK and Ant are runnable from the command line. This involves setting up the environment per the Ant instructions.
Steps
and bundle Mojarra 2.0 into the WAR as well, and it should work.
For upgrading the whole app server to Mojarra 2.0, see the release notes
Please see Cay's blog on the topic
Make sure your -Xmx is high enough. 4096 works. Also, I've seen the need to add ulimit -h 4096 to the system.
Mojarra Code Coverage Information
+and bundle Mojarra 2.0 into the WAR as well, and it should work.
For upgrading the whole app server to Mojarra 2.0, see the release notes
Please see Cay's blog on the topic
Make sure your -Xmx is high enough. 4096 works. Also, I've seen the need to add ulimit -h 4096 to the system.
Mojarra Code Coverage Information
diff --git a/JavaServerFacesSpecFaq.html b/JavaServerFacesSpecFaq.html index 6f6f028..94e4b11 100644 --- a/JavaServerFacesSpecFaq.html +++ b/JavaServerFacesSpecFaq.html @@ -109,7 +109,7 @@The issuetracker of record for the JavaServer Faces specification is at <http://jsf.java.net/issues/ >.
Struts is an open-source Java web application framework whose architecture is based on the Model-View-Controller design pattern in which requests are routed through a controller that provides overall application management and dispatches the requests to application components. JavaServer Faces technology is a user-interface framework for Java web applications. It is focussed on the view tier of an MVC-based architecture. The Struts and JavaServer Faces technology frameworks do have some overlapping functionality; however each framework has its advantages, and developers can use certain features of both frameworks in a single application.
The primary advantages of Struts as compared to JavaServer Faces technology are as follows:
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
- <version>7.0</version>
+ <version>8.0</version>
<scope>provided</scope>
</dependency>
@@ -151,6 +151,18 @@ <dependency>
+ <groupId>javax</groupId>
+ <artifactId>javaee-api</artifactId>
+ <version>8.0</version>
+ <scope>provided</scope>
+</dependency>
+
+