I'm trying to transfer our server from local linux box to a cloud hosting service. The original server uses Apache Tomcat Version 6.0.24 and Java version 1.6.0_17. The new ...
We decided to upgrade to JSF 2.0, unfortunately this didn't work very well. We now have Mojarra, Tomahawk 2.0 1.1.11, Spring Webflow / Faces 2.3.0 and JSF 2.0.
I followed the
we are going to migrate our JSF 1.2 project to JSF 2. We are already using facelets (not JSPs) as our presentation technology.
We are using lot of JSTL -> "xmlns:c="http://java.sun.com/jstl/core"
We are ...
Hi, Just started in a new company and the first task is to migrate front-end of a JSP project to JSF. JSP project doesn't use java beans, instead business logic is in servlets. (env: tomcat 4.1, axis 1.2, java 1.4) So, in theory I need to substitute jsp pages with "jsf"-pages and factor out some processing logic to java beans.