-1

我是 JSP 和 Servlet 开发的初学者。我想开发一个使用 JSTL 的小型应用程序。但我不知道如何使用JSTL。谁能告诉我如何在没有任何 IDE 的情况下使用 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
4

1 回答 1

0

JSTL just provides an effective(cleaner and more readable) way to embed logic within a JSP page without using embedded Java code directly. Its not mandatory to use IDE to use JSTL. Here the brief about JSTL

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

Though you will find ample tutorial for JSTL on Google.

于 2013-05-01T03:52:19.953 回答