Re: Does Struts support Servlet 3

2012-05-03 Thread Łukasz Lenart
It shouldn't be a problem, anyway you must still use web.xml to declare Struts2 filter. Regards -- Łukasz http://www.lenart.org.pl/ mobile +48 606 323 122, office +27 11 0838747 Warszawa JUG conference - Confitura http://confitura.pl/

ActionContext and the application context

2012-05-03 Thread Puneet Babbar 2
Hi, I have slight confusion in understanding of the thread locality of the ActionContext. And action context contains the application, session, request... etc Talking about general servlet/jsp programming, anything set in the application context can be shared between different sessions or user

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 that, you'll get a

Re: Struts 2 on top of roo

2012-05-03 Thread Aravind Kumar
Its still not integerated. On Wed, May 2, 2012 at 11:45 PM, Jeff Black wrote: > I haven't looked at Roo in some time; however the last time I did, Struts > 2 wasn't integrated. > > http://www.springsource.org/spring-roo#integrations > > jb > > > > > From: Aravin

Re: Struts 2 on top of roo

2012-05-03 Thread Dionis Argiri
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 that, you'll get a lot of head ache. 2012/5/2 Aravind Kumar > I find it easy to setup a project with roo and I want Struts2 as MVC >

Re: Struts 2 on top of roo

2012-05-03 Thread Jeff Black
I haven't looked at Roo in some time; however the last time I did, Struts 2 wasn't integrated. http://www.springsource.org/spring-roo#integrations jb From: Aravind Kumar To: Struts Users Mailing List Sent: Tuesday, May 1, 2012 9:03 PM Subject: Re: Struts 2

S2REST plugins from Us

2012-05-03 Thread Frans Thamura
hi all we modify the REST plugins, add Jackson, and several CRUD model to make it can save, delete based on REST using JSON this is our plugins http://java.net/projects/s2restplugins/pages/Home we are working to make it in maven central, but sadly the bugs in sonatype's java.net maven repo sett