(java) data entry gui builder from (oracle) db schema
Does anyone know of a tool that ingests an Oracle database schema and generates a (preferably but not exclusively Java) data entry GUI? Dabo is an example of a tool that allows you to build a GUI but it uses python and is not yet ready for Oracle (acco开发者_运维问答rding to the website) and doesn't automatically produce a GUI.
The following tutorial at by NetBeans called Creating a Simple Database Client in JavaFX Composer could be of interest to you. As long as you can connect to your Oracle database through JDBC as a data source, this should work for you.
For web based, you have a lot of options. Django is indeed one of them. Other is cakePhP and I'm sure there would be a Ruby analog as well.
There are also technologies that go across desktop/web e.g. Adobe Air as well.
精彩评论