当前位置: 技术问答>java相关
如何在XML中使用JSP
来源: 互联网 发布时间:2014-12-22
本文导语: 我现在正在学习XML,不知道如何在XML中使用JSP,请各位指点,谢谢了. | xml 无法使用 JSP,XML 不是程序代码。XML 只是描述数据而以。 可以多从 www.xml.org.cn 上找点资料看看。 | ...
我现在正在学习XML,不知道如何在XML中使用JSP,请各位指点,谢谢了.
|
xml 无法使用 JSP,XML 不是程序代码。XML 只是描述数据而以。
可以多从 www.xml.org.cn 上找点资料看看。
可以多从 www.xml.org.cn 上找点资料看看。
|
显然不能在xml使用jsp,因为xml只是数据
当然jsp可以访问xml数据
当然jsp可以访问xml数据
|
Here is an article talking about how to use XML in java to communicate with database. In most the cases, in a real project, we use JSP for the presentation layer, because it is good at it, and we can create some helper beans, which are used to assist JSP to communicate with database, the functinality of the beans is similliar to what this article has told.
http://www.javaworld.com/javaworld/jw-01-2000/jw-01-dbxml_p.html
http://www.javaworld.com/javaworld/jw-01-2000/jw-01-dbxml_p.html