Consuming a RESTful Java web service with AngularJS
Learn how to access a RESTful web service and consume its resources with AngularJS in Open Liberty. Implement an AngularJS client that displays the contents of a JSON containing artists and their albums. Explore the high-level $resource service of AngularJS.
At a Glance
Explore how to access a simple RESTful web service and consume its resources with AngularJS in Open Liberty.
You will learn how to access a REST service and deserialize the returned JSON that contains a list of artists and their albums by using the high-level $resource service of AngularJS.
You will implement an AngularJS client that consumes this JSON and displays its contents at the following URL: http://localhost:9080.
User Reviews
Be the first to review “Consuming a RESTful Java web service with AngularJS”
You must be logged in to post a review.
×


There are no reviews yet.