lundi 19 juin 2023

Design patten for multiple actions java

I am developing a system that allows the user to create information about objects in the database. The requirements are the user can create the information by submitting the data multiple times (multiple screens, step by step). So what is the suitable design pattern for this case? enter image description here

Currently, my implementation is using multiple controller endpoints, and multiple services to create and update the data. So I'm curious if there are some better approaches than mine.

Aucun commentaire:

Enregistrer un commentaire