什么是满足我需求的最佳Java Web框架? [英] What's the best Java web framework for my needs?

查看:107
本文介绍了什么是满足我需求的最佳Java Web框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在为公司内部网创建一个Web应用程序,因为该系统的其他部分是用Java编写的,因此为了集成,Java被选为Web前端。

I'm creating an web application for company intranet, because other parts of this system are written in Java, so for integration purposes Java was chosen as a web frontend.

有要求:


  • 在短时间内学习起来很简单

  • 它必须支持MVC模式

  • 没有扩展的xml配置

  • 应用程序将包含许多用户将填写的表单,以及一些js来帮助用它

  • 有助于开发的好IDE插件

  • it has to be simple to learn in short period of time
  • it has to support MVC pattern
  • no extended xml configuration
  • application will consist of many form that user will fill, and some js to help with it
  • good IDE plugins that will help with development

我在考虑Wicket / Spring MVC / Stripes

I was thinking of Wicket/Spring MVC/Stripes

您对这些要求有何建议?我应该看看哪些其他框架可能对我的应用程序更好?

What are your recommendations regarding those requirements? What other frameworks, that are probably better for my application should I look at?

另外:你能否评论这三个框架如何满足我的要求?

Also: can you comment those three frameworks on how do they meet my requirements?

推荐答案

查看 Grails ;它是Rails和Java中最好的。优秀的MVC(包括ORM),DRY和按惯例编码(没有XML配置!),非常类似于Rails,但在某些方面甚至更好(恕我直言),加上Java平台的所有稳定性和访问所有的优秀的库。

Check out Grails; it's the best of Rails and Java. Excellent MVC (including ORM), DRY, and coding-by-convention (no XML config!), very similar to Rails but even better in some ways (IMHO), plus all the stability of the Java platform and access to all of its excellent libraries.

它使用基于JVM的 Groovy 脚本语言,但学习曲线对于Java开发人员来说不应该太糟糕;如果需要,也可以使用直接Java代码。

It uses the JVM-based Groovy scripting language but the learning curve shouldn't be too bad for a Java developer; you can also use straight Java code if you need.

这篇关于什么是满足我需求的最佳Java Web框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆