• 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

struts2 json restful web service with input and output

 
Ranch Hand
Posts: 91
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,

I search in the google about struts2 json restful web service. But it seems only struts2 restful.
I have the project about web services and planning to use struts2 +json+restful.
And I need to integrate with the vendor who will pass me encrypted input and send output to them. They are json string.
Is it possible in my case?
Please let me know if you have example.

Thanks for your time and help
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Raymond Chiu Wing Hing wrote: But it seems only struts2 restful.



I'm not sure what you mean by this.  "REST" refers to how one formulates a request.  "JSON" refers to what data is returned.  

Raymond Chiu Wing Hing wrote:
Is it possible in my case?



Struts can process REST URL's and return JSON data.  You just need to put the two together.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic