Search code examples
web-servicesrestjboss7.xmaven-3webservice-client

Writing first RESTFul Webservice and Client


Guys I almost spent a day on googling to find step by step tutorial for writing my first RESTFul service. No Luck

My environment is as follow

  • JDK 1.7
  • JBoss 713
  • Maven
  • Eclipse Indigo

Any pointer will be helpful. Thanks


Solution

  • DropWizard provides end-end easy solution to write and deploy REST Services. Really impressive.