swansonj2019 / PersonalMovieDatabase

A Personal Movie Database Application
0 stars 0 forks source link

Instructor Feedback - Week 9 - REST provider #5

Open pawaitemadisoncollege opened 4 years ago

pawaitemadisoncollege commented 4 years ago

Nice job implementing access to the user via a restful service here. What are your thoughts on provide similar access for other entities rather than using a servlet/controller?

swansonj2019 commented 4 years ago

When I get to a point where I have a database decently populated with Movies, I think a restful service might be a good idea! The movies will all be tied to users though so I will need to implement log-in access for use of the rest service.

The service was working with that line commented out. I did it because Intellij was throwing an error stating that "Annotations are not allowed here". I commented it out to do some testing and forgot I even did so!