Good question. This project was almost 10 years ago, I have to say canโt recall all the details. But weโve already had a well defined model for the communication.
However, now I remember one thing that actually didnโt work - because I couldnโt test it. It was the database queries. There had been bugs in the queries itself.
Nowadays, I would simply write integration tests with SpringBoot and test containers to validate the queries.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
That sounds very validating. How did you test the integrations to other machines?
Good question. This project was almost 10 years ago, I have to say canโt recall all the details. But weโve already had a well defined model for the communication.
However, now I remember one thing that actually didnโt work - because I couldnโt test it. It was the database queries. There had been bugs in the queries itself.
Nowadays, I would simply write integration tests with SpringBoot and test containers to validate the queries.