Java J2EE Portal
Enterprise Java Station
J2EE curve
Java News / Articles
Java News / Articles
Apache Wicket
Component Based Java Web Development Using Apache Wicket
Oracle OpenWorld
Fusion Middleware, Virtualization and more from Oracle OpenWorld 2007
web2
Enterprise 2.0: Bringing Web2.0 Collaboration and Social networking to Ente
Processing...
Buy Java, Deals On Software Technology Store
Click here for great deals on computers, laptops, software and books
Easy to use Jakarta Taglibs PDF Print
Written by Chinmay Ogale   
Sep 24, 2004 at 02:04 PM
I just tried using Jakarta Taglibs. Taglibs are the custom JSP tag libraries referring to the implementation of JSTL. JSP Custom tag libraries and other projects fall into 4 categories as JCP Standardized Tag Libraries, Supported Tag Libraries, Tool extensions and Sandbox. Jakarta taglibs are part of "Supported Tag libraries".

Some of the useful taglibs are DBTags, String, Mailer.
String-->
This taglib has been build on top of Commons Lang 2.0 This one provides basic functions to manipulate the strings as "upperCase, lowerCase, join, split."
DB Tags-->
I found DB tags very friendly in terms of its use. We can use the custom tags from DBTags to establish a connection, to query a database and all other database related operations. I remembered my old days when I was used to write the code directly into the page for fetching data, populating on the using ASP, PHP. At that time there was no concept of MVC pattern and all. As I just mentioned on the same line DBTags are used.
Loading a JDBC driver, establishing a connection can be directly by writing a code in the JSP. The tags , , , . There are lots of tags one can use.
Try out Jakarta Taglib. Its very simple and easy to use.
For more details do visit
http://www.jsptags.com/
http://jakarta.apache.org/taglibs/index.html
http://java.sun.com/products/jsp/jstl/index.jsp


User Comments

Comment by smtalim on 2004-10-15 11:52:38
I agree. However, an easier and more efficient way needs to be found out to use JSTL 1.1 along with Struts 1.2.4 in say Tomcat or JBoss. For example, in case I want to use
Your Name / Email Address
Comment
Spam Protection - Please enter the code in the image -

Listen to code


Add This Feed Button

Enter your Email


Java Expert Interviews
The future of the Java platform lies in the mobile world
Bruce Johnson
Google Web Toolkit isn't just another way to create mediocre Ajax applications
JonathanAgileXPSoftwareTestingX
The good and bad of XP and Agile notions of software testing
Processing...
Go to top of page  Home |
SiteMap

Copyright 2004 to 2008 Rightrix Solutions. All rights reserved. All product names are trademarks of their respective companies. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. Rightrix Solutions and IndicThreads.com are independent of Sun Microsystems, Inc.

Views expressed at IndicThreads.com reflect the views of the authors alone, and do not necessarily reflect those of IndicThreads.com. IndicThreads.com and it's authors are not responsible for reader comments and opinions.

Enterprise Java J2EE JEE Portal >> IndicThreads.com