• 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

JSP TagLib and Servlets or Beans??

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai all
I want to know The difference between the Jsp Tag Lib and the servlets or Beans.can some body answer this please.

thanks in advance
santosh
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai santosh,
I hope you know what is a Servlet & Java Bean.
As you know Servlets are java programmes which will be executed with in the scope of a WebServer.Java Beans are reusable java code
Now A JSP Tag lib are a combination of java programmes, with an XML file but are programmes that used to create a customized JSP tag which can be used in any jsp pages.These programmes get executed when ever the custom tags used in the jsp pages.These programmes can not be used in other stand alone java applications .So usually java programmes in a tag library will some java bean componenets which can be used any java application
reply
    Bookmark Topic Watch Topic
  • New Topic