JSF onload action during restore and render response phase
November 10, 2008 14 Comments
When comparing JSF with action based frameworks like Struts, Webwork, etc. one of the major missing feature is onload action. Read more of this post
The lessons I've learned
November 10, 2008 14 Comments
When comparing JSF with action based frameworks like Struts, Webwork, etc. one of the major missing feature is onload action. Read more of this post
October 15, 2008 Leave a comment
If you listen to the Web2.0 sales and marketing (or the research reports funded by Web2.0 vendors) you would think that Web2.0 has swept the enterprise. What does this mean to the masses of enterprise product product development companies? Nothing. Read more of this post
September 29, 2008 1 Comment
In the past few years AJAX, Web2.0 and RIA are a few of the most used jargon words in Web development world. How many Java web architect/developer really know how to develop these type of web applications?
July 8, 2008 13 Comments
By default JSF using GMT timezone to convert the date into display format. I did Google search about this issue, found no simple solution to solve this problem.
Here is a simple solution where you can provide your custom date time converter. I like this solution because it fixes GMT date/time issue across the application.