Java – is there a tool or framework to generate crud UI in swing?

I am looking for a tool / framework to (automatically) generate a swing user interface to perform CRUD operations on the underlying database

I also want to configure the database fields that should be exposed Functions like Django (via @ l_502_1 @) or Ruby on rails, but in the java desktop environment

Solution

NetBeans seems to be an obvious answer These people made a NetBeans plug-in:

I heard jgoodies did something similar: http://www.jgoodies.com/products/index.html

More specifically, their subprojects are bound: https://binding.dev.java.net/

I don't know much about the swinglabs data binding project, but it's worth studying: https://databinding.dev.java.net/

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>