Re: Struts 2 on top of roo

2012-05-03 Thread Aravind Kumar
Yes I agree, I will go with your advise. Aravind Kumar On Fri, May 4, 2012 at 2:37 AM, Dionis Argiri wrote: > You will get into troubles with integration stuff. I would prefer to use > Struts2 only and don't try to integrate ball and banana, because even if > you succeed to do th

Re: Struts 2 on top of roo

2012-05-03 Thread Aravind Kumar
________ > From: Aravind Kumar > To: Struts Users Mailing List > Sent: Tuesday, May 1, 2012 9:03 PM > Subject: Re: Struts 2 on top of roo > > 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

Re: Struts 2 on top of roo

2012-05-01 Thread Aravind Kumar
't able to follow. On Wed, May 2, 2012 at 7:25 AM, Dave Newton wrote: > 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 recent

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
M. Rakowski, Sorry for bothering again, How do I do that ? I searched for struts2 and spring security integration but am not able to find any of the resources. On Tue, Apr 17, 2012 at 11:21 PM, M. Rakowski wrote: > Hey, > > i would definitely _discourage_ you from using JAAS. > > IMHO go with S

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
thank you :) On Tue, Apr 17, 2012 at 9:21 PM, Chris Pratt wrote: > Struts itself doesn't provide an Authentication & Authorization subsystem, > but it will work well with Spring Security, Apache Shiro, or roll-your-own > solutions. > (*Chris*) > > On Tue, Apr 17, 201

Re: Authentication and authorization

2012-04-17 Thread Aravind Kumar
/stackoverflow.com/questions/3649615/how-should-i-savely-store-encrypted-user-data-on-my-server-and-serve-it-only-to > > On Tue, Apr 17, 2012 at 5:58 PM, Aravind Kumar > wrote: > > > Hello, > > > > I have just started to venture into Struts2 and I'm having a hard time &

Authentication and authorization

2012-04-17 Thread Aravind Kumar
Hello, I have just started to venture into Struts2 and I'm having a hard time finding learning materials for "Authentication and authorization" concepts. Could you please point out some resources ? Thank you, Aravind