类似 Django 的 Java 框架

2022-01-16 00:00:00 django frameworks java

我是一名 Java 开发人员.是否有一些用于 Java 的 Django/Ruby-on-Rails 框架?我不喜欢为我所做的每个项目创建管理面板.一遍又一遍地做同样的事情很无聊.另外,对于我的新项目,我的截止日期很短,我想使用某种 Java 框架来加快开发速度.

I am a Java developer. Is there some Django/Ruby-on-Rails kind of framework for Java? I don't like to create the admin panel for each project I do. It's boring to do the same thing again and again. Also for my new project I have a short deadline and I would like to use some kind of Java framework that speeds up development.

推荐答案

最近发现一个框架很像django.它叫做 playframework,你可以在这里找到它:

Recently I found a framework which looked very much like django. It's called playframework and you can find it here:

http://playframework.org/

我建议您观看首页上的视频.

I suggest you watch the video on the front page.

另一个基于 Java 的类似 django 的框架是 Spring Roo,但在我看来它还没有完全准备好.上次我使用它时,文档几乎不存在.

Another Java based django-like framework is Spring Roo, but in my opinion it's not quite ready. Last time I used it the documentation was virtually non-existent.

http://www.springsource.org/roo

相关文章