demos
Version:
16 lines (9 loc) • 578 B
Plain Text
FirstDemo is a rest web service created in Java using Eclipse
deploy that web service in tomcat server or any other server
run rest.js from the command prompt
-> node rest
run index.html
If button is clicked without entering any text in the text box, it will display all the books with their prices
If user enter bookname in the textbox and clicks button, it will display the given book price.
All the book details with their prices are specified in a rest web service
Everytime button is clicked, node makes a call to rest web service and fetches the data