Answer the question
In order to leave comments, you need to log in
How to implement document movements in an electronic document management system?
Friends, good afternoon!
There is a task to create a small web-based electronic document management system (EDMS). The functionality is standard: creating a service note (SZ), attaching files and directing along the route for working out the SZ.
But before I plunge headlong into writing code, I wanted to clarify the main question for myself: How to implement the passage of a memo of a pre-established route - from user No. 1 to user No. 2 and so on?
It would also be very interesting to know your experience in creating similar projects.
The application will be written in JavaEE and PostgreSQL.
Answer the question
In order to leave comments, you need to log in
If the system is really small, then read about state machines and the "state" pattern. If the system has growth potential, then it is better not to reinvent the wheel and immediately look towards something like camunda .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question