| Author |
JSF
|
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Hi guys, Is JSF the next big thing in web development?
|
Groovy
|
 |
Sainudheen Mydeen
Ranch Hand
Joined: Aug 18, 2003
Posts: 218
|
|
Hi Pradeep What is JSF Thanks Sainudheen
|
 |
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
|
|
JavaServer Faces JSF is a framework for building web-based user interfaces in Java. Like Swing, it provides a set of standard widgets (buttons, hyperlinks, checkboxes, and so on), a model for creating custom widgets, a way to process client-generated events (like changing the value of a text box or clicking on a button), and excellent tool support. Since web-based applications, unlike their Swing cousins, must often appease multiple clients (desktop browsers, phones, PDAs, and so on), JSF has a powerful architecture for displaying components in different ways. It also has extensible facilities for validating input (like the length of a field) and converting objects to and from strings for display. Faces can also automatically keep your user interface components in sync with your business model objects.
|
Mani
Quaerendo Invenietis
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
|
Also wanted to know how struts and JSF will co exist?
|
 |
Sainudheen Mydeen
Ranch Hand
Joined: Aug 18, 2003
Posts: 218
|
|
Thanks Mani. It is interesting!
Is JSF the next big thing in web development?
------------ Sainudheen
|
 |
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
|
|
Originally posted by Pradeep Bhat: Also wanted to know how struts and JSF will co exist?
Looks like. These two can make a very powerful combination. This article by the primary author of Struts (and also the co-Specification Lead for JSF), might throw some light on this.
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
Mr.Mani, Have you started working on JSF? What are your experiences. Please share them with us. Thanks
|
 |
Mani Ram
Ranch Hand
Joined: Mar 11, 2002
Posts: 1140
|
|
Originally posted by Pradeep Bhat: Have you started working on JSF? What are your experiences. Please share them with us.
Not actually. In fact JSF is isn't done yet. Currently all they have is a Second Public Review Draft. It might take sometime for them to come up with a final draft. So, if you want to use it for some live projects, you have to wait for some more time. The project which I'm working now is called as "JSF". Just one day out of curiosity I typed JSF in google and made a search. That was when I came to know about the Java Server Faces!
|
 |
Pradeep bhatt
Ranch Hand
Joined: Feb 27, 2002
Posts: 8876
|
|
The project which I'm working now is called as "JSF".
Are you member of the spec team?
|
 |
 |
|
|
subject: JSF
|
|
|