Project

General

Profile

Actions

Feature #8893

open

Port Dbo forms to JWt

Added by Roel Standaert over 2 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
Category:
-
Target version:
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.

Actions #1

Updated by Roel Standaert over 2 years ago

  • Description updated (diff)
Actions #2

Updated by Roel Standaert over 2 years ago

  • Target version set to 4.7.0
Actions #3

Updated by Roel Standaert over 2 years ago

  • Tracker changed from Bug to Feature
Actions #4

Updated by Roel Standaert about 2 years ago

  • Target version changed from 4.7.0 to 4.8.0
Actions #5

Updated by Roel Standaert over 1 year ago

  • Target version changed from 4.8.0 to future
Actions

Also available in: Atom PDF