类似 Django 的 Java 框架

2023-09-25Java开发问题
11

本文介绍了类似 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 框架的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何使用 JAVA 向 COM PORT 发送数据?
How to send data to COM PORT using JAVA?(如何使用 JAVA 向 COM PORT 发送数据?)...
2024-08-25 Java开发问题
21

如何使报表页面方向更改为“rtl"?
How to make a report page direction to change to quot;rtlquot;?(如何使报表页面方向更改为“rtl?)...
2024-08-25 Java开发问题
19

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

有没有办法在 Java 中检测 RTL 语言?
Is there any way to detect an RTL language in Java?(有没有办法在 Java 中检测 RTL 语言?)...
2024-08-25 Java开发问题
11

如何在 Java 中从 DB 加载资源包消息?
How to load resource bundle messages from DB in Java?(如何在 Java 中从 DB 加载资源包消息?)...
2024-08-25 Java开发问题
13

如何更改 Java 中的默认语言环境设置以使其保持一致?
How do I change the default locale settings in Java to make them consistent?(如何更改 Java 中的默认语言环境设置以使其保持一致?)...
2024-08-25 Java开发问题
13