How to make an Angular Rest application in Spring?This is all the theoritical part..is thereany blogorvideowhichcanhelpimplement | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to make an Angular Rest application in Spring?This is all the theoritical part..is thereany blogorvideowhichcanhelpimplement

I'm trying to make a project which involves fetching data from the database and displaying it in the browser. I'm using the Model View Controller pattern. After putting in a lot of efforts, I have concluded with this: Make a repository for every POJO. This repository gets called from service. We make a service class which gets called from the controller. Service Implementation class implements the service. We filter the data using Json Filter in filter class. Controller takes the request from the browser.

2nd Nov 2017, 4:03 AM
Shobhit Porwal
Shobhit Porwal - avatar
1 Answer
+ 1
Baeldung has a detailed blog on this topic. Pls have a look. Also youtubers like oktadev and grokonez have similar project demos on youtube. Check 'em out
9th May 2020, 10:37 AM
Lijo M Loyid
Lijo M Loyid - avatar