Java 使用 Spring、Play Framework、Struts 构建的网站示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/3554063/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Examples of Websites built using Spring, Play Framework, Struts
提问by Conceicao Adik
I am a beginner in Java and going to build a webapp that allows developers to work online on their projects. Something of the sort of bitbucket or github. I have developed sites using PHP and moving away from it.
我是 Java 的初学者,打算构建一个 web 应用程序,允许开发人员在线处理他们的项目。类似于 bitbucket 或 github 的东西。我已经使用 PHP 开发了网站并逐渐远离它。
I was suggested that I should go with Spring Framework as it has a good learning curve and that it will probably look good on my CV if I have worked with Spring rather than Struts or Play Framework.
有人建议我应该使用 Spring Framework,因为它具有良好的学习曲线,而且如果我使用 Spring 而不是 Struts 或 Play Framework,它可能会在我的简历上看起来不错。
I tried to find examples of websites built using Spring/Struts/Playframework , but couldn't find any. eg, "Top 50 Ruby on Rails websites" does return appreciable results on Google, but the same is not the case with Spring or Struts or Play Framework. So, can anyone give me some examples of websites/webapps built using Spring/Struts/Playframework?
我试图找到使用 Spring/Struts/Playframework 构建的网站示例,但找不到任何示例。例如,“前 50 名 Ruby on Rails 网站”确实在 Google 上返回了可观的结果,但在 Spring、Struts 或 Play Framework 上却并非如此。那么,谁能给我一些使用 Spring/Struts/Playframework 构建的网站/webapps 的例子?
Also, can someone suggest me other technologies apart from the ones mentioned above that can be used with Java for web development. My project group is finalising on Spring unless we find something else that's equally well-known, easy, and heavy on the CV.
另外,除了上面提到的可以与Java一起用于Web开发的技术之外,有人可以向我推荐其他技术吗?我的项目组正在对 Spring 进行最终确定,除非我们在 CV 中找到其他同样广为人知、简单且重要的内容。
P.S.: I am a college student in final year of graduation.
PS:我是一名即将毕业的大学生。
Thanks in advance.
提前致谢。
回答by Boris Pavlovi?
Here's a list of sitespowered by Playframework.
这是由 Playframework 提供支持的站点列表。