{"id":3976,"date":"2014-03-30T06:55:06","date_gmt":"2014-03-30T06:55:06","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/include-jstl-dependency-with-maven-collection-of-common-programming-errors\/"},"modified":"2014-03-30T06:55:06","modified_gmt":"2014-03-30T06:55:06","slug":"include-jstl-dependency-with-maven-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2014\/03\/30\/include-jstl-dependency-with-maven-collection-of-common-programming-errors\/","title":{"rendered":"Include JSTL dependency with Maven-Collection of common programming errors"},"content":{"rendered":"<p>The dependencies mentioned above is not enough for me(using Tomcat 5.x as servlet container, which doesn&#8217;t provide JSTL implementation itself). It just imports the according JSTL interface package into project, and will cause a runtime error in Tomcat.<\/p>\n<p>Here is the dependency part used in my project, hopefully can help others out. The hardest part is the naming of the Apache&#8217;s JSTL implementation in repository.<\/p>\n<pre><code>  \n        javax.servlet\n        jstl\n        1.1.1\n        runtime\n    \n    \n        taglibs\n        standard\n        runtime\n        1.1.1\n    \n    \n        taglibs\n        c\n        1.1.1\n        runtime\n        tld\n    \n    \n        taglibs\n        fmt\n        1.1.1\n        runtime\n        tld\n    \n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>The dependencies mentioned above is not enough for me(using Tomcat 5.x as servlet container, which doesn&#8217;t provide JSTL implementation itself). It just imports the according JSTL interface package into project, and will cause a runtime error in Tomcat. Here is the dependency part used in my project, hopefully can help others out. The hardest part [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3976","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=3976"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/3976\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=3976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=3976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=3976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}