Task Form for jsp based application

Dear Team,

We are developing TaskList application with spring and jsp. We have a requirement to show a dynamic form (i.e. form with multiple section and key-value pair on the form with add/remove section and form field) on Task page where an user can update the form value. For Task list application approach is given to use task-form in 4 different flavor, Can we do same with spring application or we have to create a dynamic form by storing form attribute in database and create page using database values and render in jsp page?

Kindly also let us know if we have any better way to store for data (i.e. in json-clob or using eav pattern).

Thanks In Advanceā€¦