Re: Struts 2 on top of roo

2012-05-01 Thread Aravind Kumar
I find it easy to setup a project with roo and I want Struts2 as MVC because I don't want to learn spring mvc as of now. I'm a beginner in web development arena. Configuring a project seems to be tedious than working on it, I thought roo takes care of it. I tried using appfuse but i wasn't able to

Re: Struts 2 on top of roo

2012-05-01 Thread Dave Newton
Why? Dave (pardon brevity and typos, on cell) On May 1, 2012 9:54 PM, "Aravind Kumar" wrote: > Hello, > > I have started to work on Spring roo recently. I would like to know if it > is possible to setup Struts 2 instead of Spring MVC in a roo project ? >

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

Struts 2 Rest Showcase Example : Issue in understanding code.

2012-05-01 Thread Srineel Mazumdar