Currently I want to replace my old web-app
my old web-app is outdated framework using ZK API that no longer supported by them
My web-app can do this on its own website app
Can design a form (GUI) for a specific menu. such as insert a layout, label, textfield, datebox, listbox, etc
Can make a script code for point 1 GUI so that GUI have an action (like a controller), such acc textbox validation, button action, CRUD action, etc
All those point is like plug and play, save the code and on the fly running without compile and restart web app in the web app server.
My question is which framework that support my old web app feature so i can make a new one like this?