/voting

A RESTful API web service implementation sample written in Java. This doesn't use JAX-RS, but it shows the capability of basic servlets to implement a web service.

Primary LanguageJava

Voting Application
Written in Java

A RESTful API web service implementation sample for Java. User can define a set of questions that can be dispersed to consumers for them to vote on using the RESTful endpoint /VoteServlet.

Application Dependencies:
- Apache Tomcat

(c) John Michael Gerona