Review of the book JSF 2.0 Cookbook

This book covers the new features of JSF 2 in the form of about 1OO hundred recipes.
In my opinion these recipes give a good overview of the new capabilities of the latest version of JSF.
JSF 2 Cookbook

The chapters get right to the point with very common problems/requirements in web development and their solutions.

Read more

Google dropping Wave

Not surprisingly, Google is dropping Wave. The official statement from a vice senior president of Google is here : http://googleblog.blogspot.com/2010/08/update-on-google-wave.html Well, I got an invite and even attended a demo once but never got the time or the desire to use it.

Running 2 JBoss 6.0.0 servers on one machine

Today I wanted to experiment some load balancing with JBoss and Apache. For that I needed to run 2 JBoss servers on one single machine. Server 1 is installed in D:\jboss-6.0.0.20100721-M4-Server1 Server 2 is installed in D:\jboss-6.0.0.20100721-M4-Server2 Of course if you run both servers at the same time, you will get errors such as “address … Read more