The Artima Developer Community
Sponsored Link

Java Buzz Forum
Creating JSP 2.0 Tag Files

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Goldy Lukka

Posts: 1008
Nickname: xyling
Registered: Jan, 2004

Goldy Lukka is a Java Developer and an Entrepreneur. He is Founder of xyling.com.
Creating JSP 2.0 Tag Files Posted: Jun 8, 2004 11:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Goldy Lukka.
Original Post: Creating JSP 2.0 Tag Files
Feed Title: Xyling Java Blogs
Feed URL: http://www.javablogs.xyling.com/thisWeek.rss
Feed Description: Your one stop source for Java Related Resources.
Latest Java Buzz Posts
Latest Java Buzz Posts by Goldy Lukka
Latest Posts From Xyling Java Blogs

Advertisement
Tag files are one of the most important new additions to JavaServer Pages (JSP) technology, allowing Web developers to build libraries of custom tags with the JSP syntax. The JSP tag files are translated into Java code automatically by the JSP container through the same process that transparently produces Java Servlets from JSP pages. We could say that tag files hide the complexity of building custom JSP tag libraries. While such libraries can be reused across Web applications, they offer significant benefits even when designed for a specific application because custom tags improve the maintainability of the Web pages. After reading this article, you'll know how to create and use tag files and how to transform existing page fragments into tag files.

Use tags wisely in your programs, they can prove to be a performance overhead.

[Resouce-Type: Article; Category: Java/J2EE/JSP; Level: IMD; XRating: 4]

Read: Creating JSP 2.0 Tag Files

Topic: JDK 1.5 Beta 2 Tidbits Previous Topic   Next Topic Topic: Atom and Cool URIs: dogma, idealism, expediency

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use