Struts 2 Rest Showcase Example : Issue in understanding code.

2012-05-01 Thread Srineel Mazumdar

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

2012-05-01 Thread Steve Higham
To: Struts Users Mailing List Subject: Struts 2 Rest Showcase Example : Issue in understanding code Hi, I am new to Struts 2 and hence I am downloading the the samples from Apache site. Struts 2 Rest Showcase Example is the one I am refering to. I have the follwoing questions : 1) What is meant

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

2012-05-01 Thread Srineel Mazumdar
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: Struts Users Mailing List Subject: Struts 2 Rest Showcase Example : Issue in understanding code Hi, I am new to Struts 2

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 the entries in

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

Struts 2 - REST showcase

2008-11-12 Thread Narayana S
Hi, can any one please let me know where can i download struts 2 REST showcase examples zip? Thanks in advance.

Re: Struts 2 - REST showcase

2008-11-12 Thread Felippe Scheidt
unpack file struts-2.1.2-apps.zip available in http://struts.apache.org/download.cgi inside you can find struts-rest-showcase war file. Felippe On Wed, Nov 12, 2008 at 11:29 AM, Narayana S [EMAIL PROTECTED] wrote: Hi, can any one please let me know where can i download struts 2 REST

struts 2 rest showcase example

2008-01-08 Thread raju
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 -- View this message in context: http://www.nabble.com/struts-2-rest-showcase-example-tp14687694p14687694.html Sent from the Struts - User

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