Django like framework for Java(类似 Django 的 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
这篇关于类似 Django 的 Java 框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:类似 Django 的 Java 框架
基础教程推荐
- 存储 20 位数字的数据类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
