• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

What different between JSF , JSTL and TagLib?

 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm not understand what different between JSF, JSTL and Tag Lib ???
and when to use JSF, JSTL, TagLib ...???
i know only in Taglib .
 
Author
Posts: 234
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
JSF => MVC framework for web development[/url]
JSTL => Custom actions for use in JSP's to help reduce or eliminate java code in JSP's
TagLib => Means to extend the list of actions available for your JSP's
You can learn a lot more about each at their respective web sites.
Hope this helps.
[ March 03, 2004: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 3178
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To be more helpful in surfing to their respective sites... I've listed the links here...
JSF Official Site
JSTL Official Site
Jakarta's TagLib Site
 
reply
    Bookmark Topic Watch Topic
  • New Topic