Saturday, 9 February 2013

Enabling JSTL (JSP Standard Tag Library) in your web application

JSTL is a good to enable tag library while developing Java Server Pages. It speeds up the development and lets you write logical blocks in fewer lines.

The JSTL library to be included to your web application depends on the version of Servlet you are using. The steps mentioned here lets you choose the right JSTL library version and include it to your web application. We continue from the previous post where we built the web application.

Locating Servlet version

  1. Open web.xml file located in WEB-INF folder.
  2. Check the version attribute of web-app tag.
    Here, the version is 2.5.

Downloading JSTL package depending upon the version

Refer this link to know which version you would need to download depending upon your Servlet version. You will find the download link for each version. I downloaded javax.servlet.jsp.jstl-1.2.1.jar as I have 2.5 version.

Using JSTL in your application

  1. Create a lib folder under WEB-INF.

  2. Copy the downloaded jar file into the lib folder.
  3. Include library to your JSPs and start using it. Here I have modified the existing function to use JSTL tag.
    Source
    <%@ page language="java" contentType="text/html; charset=UTF-8"
     pageEncoding="UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Hello World</title>
    </head>
    <body>
     <%--
      Object message = request.getAttribute("message");
      if (message == null) {
     %>
     <form action="sayHello" method="post">
      <input type="submit" value="Submit" />
     </form>
     <%[
      } else {
     %>
     <%=message%>
     <%
      }
     --%>
     <c:if test="${empty message}">
      <form action="sayHello" method="post">
       <input type="submit" value="Submit" />
      </form>
     </c:if>
     <c:if test="${not empty message}">
      <c:out value="${message}" />
     </c:if>
    </body>
    </html>
    

21 comments:

  1. Replies
    1. Great Article android based projects

      Java Training in Chennai

      Project Center in Chennai

      Java Training in Chennai

      projects for cse

      The Angular Training covers a wide range of topics including Components, Angular Directives, Angular Services, Pipes, security fundamentals, Routing, and Angular programmability. The new Angular TRaining will lay the foundation you need to specialise in Single Page Application developer. Angular Training

      Delete
  2. Great post. This is very useful. Thanks for sharing.

    ppc training in chennai

    ReplyDelete
  3. Excellent post! Thanks for sharing such a useful post.

    web design training in chennai

    ReplyDelete
  4. Normal website design only suitable for desktop screen and it does not appear on new devices like Smart phone and tablets etc. www.exza.my

    ReplyDelete
  5. It speeds up the development and lets you write logical blocks in fewer lines.web design tips

    ReplyDelete
  6. Indeed, even the words like charming and intriguing can't do full equity with regards to depicting this blog.
    e-commerce website

    ReplyDelete
  7. The writer, through this blog, has earned respect from many for all the right reasons.
    software development company in delhi

    ReplyDelete
  8. I've proper selected to build a blog, which I hold been deficient to do for a during. Acknowledges for this inform, it's really serviceable!
    mason soiza

    ReplyDelete
  9. thanks for your information really good and very nice web design company in velachery

    ReplyDelete

  10. You write this post very carefully I think, which is easily understandable to me. Not only this, but another post is also good. As a newbie, this info is really helpful for me. Thanks to you.
    Tally ERP 9 Training
    tally classes
    Tally Training institute in Chennai
    Tally course in Chennai

    ReplyDelete
  11. You are providing a post is very useful for develop my knowledge and I learn more info from your blog.
    Digital Marketing Course In Kolkata
    Web Design Course In Kolkata
    SEO Course In Kolkata

    ReplyDelete
  12. Fantastic blog! Thanks for sharing a very interesting post, I appreciate to blogger for an amazing post.
    Data Science Course in Pune
    Python Classes in Pune

    ReplyDelete
  13. This is great, thanks for the share. Also, visit our website if you are looking to purchase logo:

    Purchase A Logo

    ReplyDelete
  14. I feel good about your share.
    It's very helpful for me and I am so happy to see your blog.
    Thank you for sharing it with us.
    Law essay help

    ReplyDelete