You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Muhammad Gelbana <m....@gmail.com> on 2013/03/15 11:02:47 UTC

[5.3.6] Apache CXF and Apache Tomcat 7

I'm having trouble *understanding and knowing* what needs to be done. I've
seen deroke's metro web-services integration but it seems to be designed
for filters and not servlets. I understand that should not be a huge
difference since you define the url pattern for either the patter\servlet.
But I have some questions like, if it's all about the url pattern
specification, why should i direct tapestry to contribute a http request
filter ? is it only to be able to access tapestry's registry through the
servlet context ? (i.e. What I very much need to do)

I know there are some threads already in the list on that matter but It's
either outdated, or I don't know enough to identify how should the answers
on these threads work !

I have many newbie questions related to the subject so instead of rewriting
the whole thing, I've already detailed my current progress and asked many
questions on stackoverflow, I would appreciate if someone tries to help:

http://stackoverflow.com/questions/15423896/apache-cxf-web-service-as-a-tapestry5-module-for-integration-with-a-net-client

Re: [5.3.6] Apache CXF and Apache Tomcat 7

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Fri, 15 Mar 2013 07:02:47 -0300, Muhammad Gelbana <m....@gmail.com>  
wrote:

> I'm having trouble *understanding and knowing* what needs to be done.  
> I've seen deroke's metro web-services integration but it seems to be  
> designed
> for filters and not servlets. I understand that should not be a huge
> difference since you define the url pattern for either the  
> patter\servlet. But I have some questions like, if it's all about the  
> url pattern
> specification, why should i direct tapestry to contribute a http request
> filter ? is it only to be able to access tapestry's registry through the
> servlet context ? (i.e. What I very much need to do)

Exactly. Anything you do inside the Tapestry framework has the advantage  
of using it. If you write a servlet filter or a servlet, the most you can  
do is to get the Registry from the ServletContext and use it.

-- 
Thiago H. de Paula Figueiredo

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