aspose file tools
The moose likes JSF and the fly likes JSF is custom tag library 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 » Java » JSF
Reply Bookmark "JSF is custom tag library" Watch "JSF is custom tag library" New topic
Author

JSF is custom tag library

ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
JSF is custom tag library made by somebody.

The library has tags, which are for so commonly used component/validation/any presentation logic, that it became a framework as a whole.

Does it make any sense?
Please correct me.

Thanks.
Sergey Smirnov
Ranch Hand

Joined: May 29, 2003
Posts: 167
I do not think this is a correct assumption somehow.
g madhava
Ranch Hand

Joined: Sep 14, 2001
Posts: 85
JSF uses custom tag libraries, but is not just a custom tag library.
JSF offers many features like

1] It has a powerful lifecycle mechanism.(6 phases)

2] One can build custom components straight out of the java code.
No need to use the "custom tag library" components.

3] Custom renderers..

etc...
ankur rathi
Ranch Hand

Joined: Oct 11, 2004
Posts: 3829
Originally posted by g madhava:
JSF uses custom tag libraries, but is not just a custom tag library.
JSF offers many features like

1] It has a powerful lifecycle mechanism.(6 phases)


I guess, JSF (tags) are nothing in itself untill we use them in JSP page. So they can't make any changes in life cycle of JSP page...

Right?
Ilja Preuss
author
Sheriff

Joined: Jul 11, 2001
Posts: 14112
JSF doesn't need to work with JSPs. The component model works well with other template frameworks.

So, no, JSF is not at all "just a tag library".


The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF is custom tag library
 
Similar Threads
jsp vs servlet, stardard tag vs javabean
extend jsp
Tag used in JSF
TLDs & custom Tags
JSF/JSP