JAVAWUG BOF 51 PrimeFaces

Published March 3rd, 2010 Under Open Source Tools | Leave a Comment

PrimeFaces is an open source library for JSF featuring 50+ rich set of UI components and a lightweight ajax framework making complex RIA applications a no-brainer to implement. Additional TouchFaces subproject provides a mobile UI kit for developing IPhone applications with JSF and Java. This talk also covers everything about PrimeFaces family and it’s subprojects including UI Components, TouchFaces, Optimus and FacesTrace.



Produced by JAVAWUG Java Web User Group London

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

Published February 15th, 2010 Under Open Source Tools | Leave a Comment

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 basic web.xml deployment descriptor configuration for the FacesServlet that implements the FrontController Design Pattern, and it shows a simple faces-config.xml file

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

Published January 29th, 2010 Under General | Leave a Comment

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 of the Tomcat6 server located, it’s just a matter of running the startup.bat file and your tomcat server can be found at http://localhost:8080. After installing and configuration Tomcat, further tutorials demonstrate how to obtain the JSF JAR files from the mojarra project (jsf-api.jar & jsf-api.jar). We even recommend finding the jstl.jar and standard.jar files from the examples in the Tomcat installation.

Rapid RIA Development with PrimeFaces

Published October 23rd, 2009 Under Open Source Tools | Leave a Comment

PrimeFaces is an open source library for JSF featuring 50+ rich set of UI components and a lightweight ajax framework making complex RIA applications a no-brainer to implement. Additional TouchFaces subproject provides a mobile UI kit for developing IPhone applications with JSF and Java. This talk also covers everything about PrimeFaces family and it’s subprojects including UI Components, TouchFaces, Optimus and FacesTrace.

http://skillsmatter.com/podcast/java-jee/rapid-ria-development-with-primefaces

The PrimeFaces main website, documentation and live examples

Integrating Javascript and JBoss Seam

Published September 2nd, 2009 Under Javascript, Open Source Tools | Leave a Comment

For a recent requirement one of my web applications needed to know the client/browser PC’s screen resolution. This talk will show how to do this using Javascript, Richfaces/Ajax4Jsf, Facelets and JBoss Seam.

http://skillsmatter.com/podcast/java-jee/integrating-javascript-and-jboss-seam

keep looking »