2013-05-01 76 views
-1

我是JSP和Servlets開發人員的初學者。我想開發一個使用JSTL的小應用程序。但我不知道如何使用JSTL。任何人都可以告訴我如何在沒有任何IDE的情況下使用JSTL?我在哪裏可以找到一步一步的指示? 因爲我遭受以下錯誤。如何在tomcat 7中使用JSTL?

The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this 
+0

爲什麼你不想使用IDE? – Thorn 2013-05-01 03:10:43

+0

並且您嘗試過使用Google搜索嗎? – Satya 2013-05-01 03:11:29

+0

我第一次學習JSTL時使用了這個:http://www.java-tips.org/java-tutorials/tutorials/introduction-to-jstl-using-netbeans.html – Thorn 2013-05-01 03:14:58

回答

0

JSTL只是提供了有效的(更清潔和更可讀的)的方式來JSP頁中嵌入邏輯,而不直接使用嵌入的Java代碼。它不是強制使用IDE來使用JSTL。 這裏簡要約JSTL

http://www.tutorialspoint.com/jsp/jsp_standard_tag_library.htm 

雖然你會發現在谷歌JSTL充足的教程。