This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes advantage of using JSF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "advantage of using JSF" Watch "advantage of using JSF" New topic
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)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: advantage of using JSF
 
Similar Threads
relation between JSF and struts, tapestry ?
what are annotations in java? What is it's use?
Recursive file listing in java
Is JSF worth it?
why method overloading ?