Koki-Shimizu / RESTFUL_JAX-RS_CLIENT

An example of restful web service in java, jax-rs with client side rendering code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An end to end example of restful web service in Java with Jersey(JAX-RS, JAX-B)

This project is an extension of "http://www.vogella.com/articles/REST/article.html"
for client side rendering of the todo list.

A client example using jquery to fetch the json output from rest url
and populate in a todo list table

About

An example of restful web service in java, jax-rs with client side rendering code