By krishnas
via javabeat.net
Submitted: Nov 10 2007 / 08:39
Java Server Faces provides a component-based event-driven model for User Interface Layer in a Web Application. JSF UI Components behave very similar to Swing Components in which case Events are made to trigger by the User and they are handled by appropriate Listeners. In this article, we will focus on Converters which remains an important aspect in converting the user input to the one that is stored in the Mode. This article won't provide
SaveShareSend
Tags: java, open source
Add your comment