RE: JSON + REST

2015-08-21 Thread Martin Gainty
> Date: Fri, 21 Aug 2015 19:10:27 +0530 > Subject: Re: JSON + REST > From: ghotankaru...@gmail.com > To: user@struts.apache.org > > I was looking for exactly same thing. >

Re: JSON + REST

2015-08-21 Thread Amol Ghotankar
I was looking for exactly same thing. Anyone knows how we can reduce the json result coming from Rest plugin with combination of conventions & JSON plugin? I understand one answer is create model per action but looks like its a little too big ask from design perspective. On Mon, Aug 12, 2013 a

JSON + REST

2013-08-12 Thread Felipe Lorenz
Hi, I'm working on a project using conventions with rest plugin and I am looking for a way to restrict the output of the json results. Since the Actions class has many attributes, like lists, and so on, would be good if I could restrict the output. I know that json plugin can do it for me usin

Re: Strategy to consume JSON/REST SErver

2011-02-10 Thread Frans Thamura
/ -Original Message- From: Eduard Neuwirt Date: Thu, 10 Feb 2011 22:19:37 To: Reply-To: "Struts Users Mailing List" Subject: Re: Strategy to consume JSON/REST SErver Hi, I think the spring-web is better candidate for REST. I have not seen until now a well Struts2-REST prototype.

Re: Strategy to consume JSON/REST SErver

2011-02-10 Thread Jordi Fernández
You can check the rest showcase sample application from the struts 2 distribution: http://svn.apache.org/repos/asf/struts/struts2/trunk/apps/rest-showcase/ On Thu, Feb 10, 2011 at 8:31 PM, Frans Thamura wrote: > hi all > > we know REST is getting popular, and we know Struts2 can produce REST/JSO

Re: Strategy to consume JSON/REST SErver

2011-02-10 Thread Eduard Neuwirt
Hi, I think the spring-web is better candidate for REST. I have not seen until now a well Struts2-REST prototype. Eduard Am 10.02.2011 20:31, schrieb Frans Thamura: hi all we know REST is getting popular, and we know Struts2 can produce REST/JSON but.. any idea to consume REST/JSON in Str

Strategy to consume JSON/REST SErver

2011-02-10 Thread Frans Thamura
hi all we know REST is getting popular, and we know Struts2 can produce REST/JSON but.. any idea to consume REST/JSON in Struts2 approach anyone working on this? I want like hibernate way, but hibernate connectes to database. F