Hi!

On Mon, 15 Feb 2010 17:45:19 -0200, Barry Books <trs...@gmail.com> wrote:

This has been on my TODO list for a while. I've written a Dispatcher
that handles GWT RPC requests and directs them to Tapestry components.

I've scanned the project documentation and I didn't understand what exactly you're trying to accomplish. Using GWT, it doesn't make a lot of sense to me to have a component handle a GWT RPC call. Components were created to encapsulate Tapestry logic. On the other hand, it would be very nice to have GWT RPC plugged in Tapestry-IoC services.

"The problem is GWT wants to talk to servlets and Tapestry intercepts all servlet calls."

You can configure Tapestry to ignore requests for some URLs. It's documented at http://tapestry.apache.org/tapestry5.1/guide/conf.html, section "Ignored paths".

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to