On Thu, 23 Jun 2011 00:23:59 -0300, Earle Nietzel <earle.niet...@gmail.com> wrote:

Hello,

Hi!

I have recently begun using the Tapestry 5 framework a few months ago and
have been very satisfied with it (actually am very impressed with it).

:)

I am working with another open source project called Sakai which is an LMS for Higher Ed. which uses a conglomeration of Java web frameworks like:

Velocity
JSF
Wicket
JSP

Not at the same time, I guess. ;)

I would like to add Tapestry to the list.

Nice!

The problem is that sakai expects to work with a servlet and tries to access a RequestDispatcher from the servlet context and then forwards the call to the right tool.
Does tapestry uses a web filter instead of a servlet?

Yes. I'd try to use Sakai with Tapestry without any changes before saying changes need to be done so they can work together. Have you done this?

If so it looks like support may have to be added to handle tool registration for those of a type filter.

Sakai is open-source (so says Wikipedia), so I guess you can rewrite the Sakai servlet filter as a Tapestry RequestFilter without much effort if needed.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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