Re: Struts2 REST project

2008-05-28 Thread t e
Fair enough, maybe a little history would help: This project started as a Restlet to XWork bridge. After a bit, I realized there were some handy parts of Struts that I wanted to use, so I leveraged some of the Struts knowledge (e.g. FilterDispatcher, etc) to invoke xwork. Restlet is doing a nice

Struts2 REST project

2008-05-23 Thread t e
Hi all, I've been working on a project to provide restful services using struts2: http://code.google.com/p/fulworx/ I'm trying to gauge any interest on using any of the code / concepts in this project for the struts rest plugin. I believe some of the approaches I've taken may dovetail nicely. My