I've recently faced a task to create an application for data dictionary managing (no matter if it is desktop or web app) based on DB.
The main question is how to fetch list of tables dynamically (eg. admin is adding new dictionaries at the DB level, users are only viewing and filling in missing values) easily? It cannot be a static mapping since the configuration/re-deployment is not taken into account.
Do you think that JavaFX/J2EE is sufficient or do you know some other platform which will allow to do that more easily?
Thanks in advance.