Re: moving JSON result type into core

2009-02-21 Thread Rene Gielen
+1 - I love the JSON plugin :) Wes Wannemacher schrieb: Does anyone have any objection to us moving the JSON result type into core? It seems to me that it is a good candidate for a core result type and I think it would also show that we are striving to provide AJAX support. The main motivation f

Fwd: New repository for Maven snapshots

2009-02-21 Thread Paul Benedict
FYI. I wonder if we can take advantage of this. -- Forwarded message -- From: Brian E. Fox Date: Sat, Feb 21, 2009 at 7:10 PM Subject: New repository for Maven snapshots To: Maven Developers List , Maven Users List The Maven project has recently moved to a new repository within

Re: Fwd: New repository for Maven snapshots

2009-02-21 Thread Wes Wannemacher
On Saturday 21 February 2009 20:18:42 Paul Benedict wrote: > FYI. I wonder if we can take advantage of this. > > -- Forwarded message -- > From: Brian E. Fox > Date: Sat, Feb 21, 2009 at 7:10 PM > Subject: New repository for Maven snapshots > To: Maven Developers List , Maven Users

[QUESTION]

2009-02-21 Thread Karan Malhi
Hi, I work on the OpenEJB project. I wanted to add support for injecting resources into struts actions i.e. if somebody creates a struts based web app and deploys it in Tomcat + OpenEJB, then I want the user to be able to annotate the struts actions with @EJB, @Resource etc and then have OpenEJB i

Re: [QUESTION]

2009-02-21 Thread Wes Wannemacher
On Saturday 21 February 2009 22:44:28 Karan Malhi wrote: > Hi, > > I work on the OpenEJB project. I wanted to add support for injecting > resources into struts actions i.e. if somebody creates a struts based web > app and deploys it in Tomcat + OpenEJB, then I want the user to be able to > annotate

Re: [QUESTION]

2009-02-21 Thread Karan Malhi
Thanks Wes, Appreciate such a prompt response. > > There are likely to be actions mapped via other means. There are many > plugins > available, most prominently the REST plugin and the Convention plugin that > allow our users to map actions without any XML So a user would need these plugins to

Re: [QUESTION]

2009-02-21 Thread Karan Malhi
If a class has a suffix of Action or implements the Action interface, would that automatically be treated as an action class? Would such a class require that it be listed in the struts.xml file? On Sat, Feb 21, 2009 at 11:29 PM, Karan Malhi wrote: > Thanks Wes, > > Appreciate such a prompt res