Actions
Feature #8893
openPort Dbo forms to JWt
Start date:
08/02/2021
Due date:
% Done:
0%
Estimated time:
Description
We added Dbo-based forms to Wt: https://redmine.webtoolkit.eu/issues/8622
We would like to have something similar for JWt.
However, the implementation for Wt is very template-based, so this is not something we can automatically translate. Also, we based Wt's implementation on Dbo because the persist
function serves as a sort of visitor for every member of the class. We don't need to do that with JWt (and JWt Dbo does not use the persist function), since Java has reflection capabilities.
We could just create something like an AutoFormModel
and AutoFormView
, that just uses reflection? We can keep the form delegate system more or less the same.
We should also add an example like the dbo-form
example.
Updated by Roel Standaert almost 3 years ago
- Tracker changed from Bug to Feature
Updated by Roel Standaert over 2 years ago
- Target version changed from 4.7.0 to 4.8.0
Updated by Roel Standaert about 2 years ago
- Target version changed from 4.8.0 to future
Actions