Re: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread rahul bhalla
http://viralpatel.net/blogs/2009/12/introduction-to-struts-2-framework.html I started learning from above tutorial i hope this will also help you to learn Struts2

Re: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread Dave Newton
On Tue, May 1, 2012 at 4:33 AM, Srineel Mazumdar wrote: > 1) What is meant by : > @Results({ >@Result(name="success", type="redirectAction", params = {"actionName" , > "orders"}) > }) > > in OrdersController.java ? > http://struts.apache.org/2.x/docs/convention-plugin.html > 2) Meaning of t

Re: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread Srineel Mazumdar
Hi , I will definitely follow your advice. Meanwhile can anyone answer these questions? On Tue, May 1, 2012 at 6:00 PM, Steve Higham wrote: > Hi Srineel, > > I would recommend purchasing a copy of Struts 2 In Action published by > Manning. You're not going to pick Struts up by browsing through

RE: Struts 2 Rest Showcase Example : Issue in understanding code

2012-05-01 Thread Steve Higham
Hi Srineel, I would recommend purchasing a copy of Struts 2 In Action published by Manning. You're not going to pick Struts up by browsing through a couple of examples. Cheers, Steve -Original Message- From: Srineel Mazumdar [mailto:smaz19...@gmail.com] Sent: 01 May 2012 09:34 To: Stru

Re: struts 2 rest showcase example

2008-01-08 Thread Jeromy Evans
raju wrote: Hi, I am trying to find struts 2 rest showcase example and try it out.Can someone please let me know where i could find the code for download? Regards Raj If you download the trunk of the Struts2.1 source using subversion, you'll find it in struts2\apps\rest-showcase. http:/