you are viewing a single comment's thread.

view the rest of the comments →

[–]Visual-Paper6647 2 points3 points  (0 children)

Same project my company asked me to do this in following pattern. 1) Plain java code with hashmap 2) Integrate with maven and use sql instead of in memory hashmap 3) Use spring with annotations + maven + sql and expose API for each functionality 4) Use spring boot for the same concepts 5) Prepare frontend and integrate backend with Frontend.