This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm developing an inventory management module with spring jpa where I have to display product inventory retrieved from the JPA repository and perform CRUD operations on the inventory basis of orders placed by the customer on the GUI.
Based on previous research, I've come to an understanding that my options for rendering this inventory options are--
Use view templates like JSP/ Thymleaf
Vaadin flow
Reactjs
Assuming my level of competence to be equal in all 3 of these choices ie beginner , which one of these would allow me to get up and running the quickest?
I'm also open to any suggestions not on this list as well that I may have missed.
Thanks.
Subreddit
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnprogra...