java沙盒项目准备好测试了吗?
我正在介绍自己在 java 世界中的情况,springsource 似乎是该语言最重要的社区。尽管我过去使用过 LAMP 环境,但我的背景主要来自 C# 和 MS 产品。
基于我开始接触 java 世界的事实,我想知道是否有任何 mvc 框架 - 例如:springsource - 提供沙箱项目环境。我的意思是一个包含先前创建的项目的教程,包括安全性 - 角色、用户 - 以便在本地主机中快速部署测试并对这些建议有第一印象。
其他语言的示例:
I'm introducing myself in the java world and springsource seems to be the most important community for this language. My background come from C# with MS products mainly, despite I worked with LAMP environment in the past.
Based on the fact that I`m starting to approach into the java world I was wondering if any mvc framework -eg: springsource- is offering a sandbox project environment. I mean a tutorial with a previously created project including security - roles, users - in order to fast deploy test in localhost and have a first impression of these proposals.
Examples in other languages:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是 - 对于 spring-mvc + spring security - petclinic 应用程序 。我提供的链接讨论了如何为原始 petclinic 添加安全性,它演示了 spring-mvc 的各个方面
Yes - for spring-mvc + spring security - the petclinic application. The link I provided discusses how to add security to the original petclinic, which demonstrates all aspects of spring-mvc