All Questions
3 questions
13
votes
2
answers
2k
views
Stack Overflow clone
I have to write a simple web application using the Java Spring framework as my course project. So I decided to write a simple Stack Overflow clone. My application has the following features:
...
11
votes
1
answer
825
views
Handling Java instant Ajax request/respond with Angular
I am trying to build a food search app. I am using Angular and Spring. I am currently using the yelp API, but it's done on the Java side.
I think what I have achieved is really bad design. It works, ...
12
votes
1
answer
756
views
Java Spring Example Web API
I'd like to get some feedback on an example web API I've put together. It's mavenized and available on GitHub here.
Setup
The only thing you'd have to change to run this locally is line 31 in src/main/...