struts2的struts2-embeddedjsp-plugin-2.1.8.jar这个插件的作用?
如题,哪位说下这个插件的是做什么用的?谢谢.
[url]https://cwiki.apache.org/WW/embedded-jsp-plugin.html[/url]
[b]
参见官方说明:[/b]
[quote]JSPs are usually served from the file system. Using this plugin you can deploy JSPs inside jar files, which is sometimes desired, like when writing a plugin.[/quote]
[color=blue][b]
通常JSP页面来自于文件系统。利用这个插件,你可以将jsp页面部署到jar包中。当你写一个插件时,很可能希望这样。
上面的网址,还有一个简单的教程。看看吧!! [/b][/color]
[quote]The Embedded JSP plugin allows you to use JSPs from the classpath (from jar files).[/quote]
你可以将jsp页面放置在jar包中。利用这个jar包,就可以达到目的
我这struts2 下面 怎么没这个jar包?
lz看下里面有些什么类?
学习了。
[url]
http://surenpi.com[/url]