• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Simple Restful (JAX-RS) Web Service (GlassFish Deployable) for Dummies

 
Ranch Hand
Posts: 78
Eclipse IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Ranchers,

Attached the simplest "Restful JAX-RS" project for the beginners (Please Change Extension to .zip). This can be useful for the beginners who like to have look at simplest working example.

Please have these jars on the class path while building and make modifications to the build.xml accordingly.

1. asm-3.3.1.jar.
2. jersey-core-1.12.jar.
3. jersey-server-1.12.jar.


Any Questions / Comments which can improve the project is welcome.
RestService.jpg
[Thumbnail for RestService.jpg]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic