| Author |
advantage of using JSF
|
michael yeung
Greenhorn
Joined: Oct 20, 2004
Posts: 16
|
|
What is the advantage of using JSF? Michael Yeung
|
 |
Nicholas Cheung
Ranch Hand
Joined: Nov 07, 2003
Posts: 4982
|
|
The main advantage is that JSF allows you to build GUI components for Web applications, while it could provide logic flow in connectionless environment. Of course, you need to pass in enough information so that JSF knows what to do. Also, JSF provides event model so that each of the UI component could have its own handling method. Detail could be refered to J2EE 1.4 tutorial, the JSF section. Nick
|
SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
|
 |
 |
|
|
subject: advantage of using JSF
|
|
|