Hi,

I have full existing ATOM API for my application written on top of Struts 1
+ Abdera - it was ugly, but the request was just there :)  I had looked at
the Abdera server framework also, but it is extremely awkward to use and
tries to abstract to much of the server interaction from the implementor.

I had looked Apache CFX in the past, but I was hoping I could get the a good
enough + to be improved option solution without having to pull in a full
JAX-RS project.

Regards,
-Mike

On Thu, Dec 17, 2009 at 5:30 AM, Will Hartung <redro...@sbcglobal.net>wrote:

>
> On Dec 10, 2009, at 6:39 AM, Michael Cervenak Ahern wrote:
>
> Hi,
>
> I am looking to potentially port a Struts 1 application to Stripes.  I was
> looking through the documentation and I did not see an obvious way to
> include HTTP verbs as part of the request mapping syntax like in Spring:
>    @RequestMapping("...", method=RequestMethod.GET)
> Is functionality available or available as part of a plugin?
>
>
> No, we've talked about it in the past, but nothing yet.
>
> Are you anticipating doing a lot of stuff like this or just a little?
>
> One big issue, IMHO, is that to do it right I think Stripes would end up
> cloning much of what already exists (such as JAX-WS), and I really don't
> think there's value in that on a large scale. I think it would be better to
> simply ensure that it interoperate all right with other frameworks (never
> tried Stripes and something like Jersey together, should work, but who
> knows...).
>
> On a small scale, it could probably be done through an interceptor, and on
> a really small scale, the Request is available, so you can simply dispatch
> on that.
>
> Regards,
>
> Will Hartung
>
>
>
> ------------------------------------------------------------------------------
> This SF.Net email is sponsored by the Verizon Developer Community
> Take advantage of Verizon's best-in-class app development support
> A streamlined, 14 day to market process makes app distribution fast and
> easy
> Join now and get one step closer to millions of Verizon customers
> http://p.sf.net/sfu/verizon-dev2dev
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
>
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to