Struts2应用示例
我正在进行静态分析,以检测 Web 应用程序中的安全漏洞,并且正在寻找一些 Web 应用程序来运行我的分析。
更具体地说,我现在正在寻找使用 Struts2 框架的开源 Web 应用程序,但我很难找到这样的应用程序。
有谁知道一些使用 Struts2(或者可能只是简单的 JSP)编写的或多或少完整的开源 Web 应用程序?
I am working on a static analysis for detecting security vulnerabilities in web applications, and I am looking for some web applications to run my analysis on.
More specifically I am right now looking for open-source web applications that use the Struts2 framework, but I have a hard time finding such applications.
Does anyone know of some more or less complete and open-source web applications written using Struts2 (or possibly just plain JSP)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我用于日志文件分析的非常完整且稳定的 Struts2 应用程序是 KonaKart。优点是您可以在您的服务器上设置它,包括演示数据并根据您的意愿配置和使用它。
在开放性方面:
“只有 KonaKart 的可定制部分是开源的。其中包括 Struts 操作类和
表单、JSP、支付模块、订单总计模块、运输模块和 GWT One Page
结帐代码。它们是根据 GNU 较宽通用公共许可证发行的。”
如果您需要 100% 开源,那么它不适合您。
The very complete and stable Struts2 application i use for log file analysis is KonaKart. The advantage is that you can set it up on your server, including demo data and configure it and use it as you wish.
In terms of openness:
"Only the customizable parts of KonaKart are open source. These include the Struts action classes and
forms, the JSPs, the payment modules, order total modules, shipping modules and the GWT One Page
Checkout code. They are shipped under the GNU Lesser General Public License."
If you need 100% open source it is not for you.
使用 WebWork 或 Struts2 的项目
https://cwiki.apache.org/S2WIKI/projects-using -webwork-or-struts2.html
其他
Projects Using WebWork or Struts2
https://cwiki.apache.org/S2WIKI/projects-using-webwork-or-struts2.html
Others
检查这些教程。那里可以下载。 link1,链接2
Check these tutorials. there downloads are available. link1, link2