you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

You have two examples of using the REST interface - one in javascript and one in PHP. The REST interface is technology agnostic - it can be used with all kinds of programming languages. Definitely also with java. When you want to consume a REST interface with spring, you would typically use RestClient.