Home Freemagazine Issue6 JSF Application



JSF Application
Posted on: October 11, 2010 at 12:00 AM
Custom Converter Example in JSF JSF provides a very flexible architecture that not only let the developers use converters provided already by the implementation but also create their own converters according to the requirement of the application.

JSF Application

       

 

Custom Converter Example in JSF JSF provides a very flexible architecture that not only let the developers use converters provided already by the implementation but also create their own converters according to the requirement of the application. This topic explains about how to create custom converter. When the user enters value to the component, it?s simply a string value. Now you may be in the need of using this value as a different object like Boolean, Date etc. Converters can help in this conversion. JSF framework has provided many converters like Boolean Converter, Byte Converter, Number Converter etc.

 

Read more at:

http://www.javajazzup.com/issue6/page62.shtml

 

Related Tags for JSF Application:


More Tutorials from this section

Ask Questions?    Discuss: JSF Application  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.