RSS

Archive for the ‘Java’ Category

What is OpenFaces?

Sunday, February 13th, 2011

OpenFaces is an open-source library of AJAX-powered JSF components, an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit. It contains fully revised codebase of QuipuKit and introduces many new components and features.

Read more here: http://www.openfaces.org/

Tomcat 7 on FreeBSD 8.1

Tuesday, January 25th, 2011

I have installed Tomcat from ports: cd /usr/ports/www/tomcat7/ && make install clean, added tomcat7_enable=”YES” to /etc/rc.conf but there was still something missing.

It turned out I had to add the java home to /etc/rc.conf: tomcat7_java_home="/usr/local/diablo-jdk1.6.0/"