自动生成用于数据库Crud操作的html表单 [英] Automatic generation of html forms for database crud operations

查看:41
本文介绍了自动生成用于数据库Crud操作的html表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找Java中的一些框架,该框架可以直接从数据库表中创建html表单以进行DB上的Crud操作?

I am looking for some framework in java which can directly create html forms from database tables for crud operations on DB?

推荐答案

Spring Roo 构建实体,基于Spring MVC,JPA的页面和控制器.它可以检测数据库中的更改.有趣的是,在运行时不会保留任何依赖关系,因此,可以将元素修改为常规的Spring MVC元素,或者可以添加自己的控制器,视图等.

Spring Roo builds entities, pages and controllers based on Spring MVC,JPA. It can detect changes in the database. It is interesting that leaves no dependencies at runtime so, elements can be modified as regular Spring MVC elements, or you can add your own controllers, views, etc.

它当然有其局限性,但可能很有用.

It has its limitations, of course, but it can be useful.

这篇关于自动生成用于数据库Crud操作的html表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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