哪个 Java MVC 框架最符合 Web 应用程序安全框架宣言?
stackoverflow社区中有人研究过各种J2EE框架的安全特性吗?我很想了解什么框架最符合 Web 应用程序安全框架宣言 http://labs.securitycompass.com/papers/secure-web-application-framework-manifesto-v0-08.pdf
Has anyone in the stackoverflow community ever studied the security characteristics of various J2EE frameworks? I would love to understand what framework best aligns with the Web Application Security Framework Manifesto http://labs.securitycompass.com/papers/secure-web-application-framework-manifesto-v0-08.pdf
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会使用 Struts 2 或 Spring。你说的安全宣言只是一个标准。事实上,这两个框架都在积极开发。如果出现任何安全问题,开发人员肯定会尽快修复它。
如果您选择Spring,您也可以使用Struts。
I would use either Struts 2, or Spring. The security manifesto you say is just a standard. The truth is both frameworks are actively developed. If one presents any security issues, it's pretty sure the developers will work to fix it ASAP.
If you choose Spring, you can use Struts too.