Tag: <span>JSF</span>

Powerful Portals with JSF

To be able to develop modern, challenging and efficient web applications, portal solutions are increasingly applied. Using the portlet technology, it is moreover possible to develop standard-based portal modules – portlets. In addition, the current portlet specification 2.0 and the JSF Portlet Bridge allow the realization of graphically high-quality surfaces …

How to Create a Simple Java Server Faces (JSF) Application WAR File for J2EE/JEE5 Deployment

This tutorial demonstrates how to put together a basic JSF war file for deployment to a Tomcat 6 server, although the simple WAR file can be deployed to any Servlet Engine, be it WebSphere, WebLogic, Glassfish, Oracle, etc. This tutorial demonstrates how to create a proper war structure, do a …

How to Create a Java Server Faces (JSF) Development Environment with Apache Tomcat + Suns JDK

This tutorial demonstrates how to configure your Windows XP environment in order to do some JSF development. The idea is that first you need to install the JDK, configure the JAVA_HOME environment variable, and then install the Tomcat Servlet & JSP engine. With the JAVA_HOME set, and the bin directory …