Tag: @formparam
RESTful Web Services (JAX-RS) @FormParam Example
by  Java4s | 3 Comments
  [ Ask Question ]
By using @FormParam annotation, RESTful web service would accept HTML form parameters sent by the client in the POST request and bind them to the method variables. Generally @FormParam will come into picture when client send the data in…