JSTL SQL 基础知识
有谁有好的参考资料可以帮助我理解 JSTL SQL 基础知识 我已经经历过 http://www.tutorialspoint.com/jsp/jsp_database_access.htm
但需要一些东西详细解释了 JSTL SQL 的语法和映射的实际工作原理。
Does anyone have good reference which can help me understand JSTL SQL Basics
I have already gone through
http://www.tutorialspoint.com/jsp/jsp_database_access.htm
But needed something which explains in detail how the syntax and how the mapping actually works for JSTL SQL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需参考它自己的教程。
请注意,不鼓励将此标记库用于生产用途。它旨在快速制作原型。这是直接引用链接教程第一段的内容:
至于如何“正常”完成,您可能会发现 本教程可用作启动点。
与问题无关,我不确定您为什么在问题上标记
scriptlet
。 JSTL 和其他标记库不得与 scriptlet 混淆。但我只是想澄清一下,使用 scriptlet 是非常不鼓励的。有关更多详细信息,请参阅如何避免 JSP 文件中出现 Java 代码?Just consult its own tutorial.
Please note that the use of this taglib is discouraged for production use. It's intented for quick prototyping. Here's a cite straight from the 1st paragraph of the linked tutorial:
As to how it's "normally" to be done, you may find this tutorial useful as a kickoff point.
Unrelated to the problem, I'm not sure why you tagged
scriptlet
on your question. JSTL and other taglibs must not to be confused with scriptlets. But I just want to make clear that using scriptlets is more than discouraged. For more detail, see How to avoid Java code in JSP files?