You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "John J. Franey" <jj...@gmail.com> on 2010/06/10 13:38:48 UTC

servlet deployment without spring dependencies

Is there an example of deploying a java-dsl camel route as a servlet without
the spring dependencies?

If no example already exists, can someone outline here what is needed?

Thanks,
John

-- 
View this message in context: http://old.nabble.com/servlet-deployment-without-spring-dependencies-tp28841863p28841863.html
Sent from the Camel - Users mailing list archive at Nabble.com.


Re: servlet deployment without spring dependencies

Posted by Willem Jiang <wi...@gmail.com>.
Hi,

Here is an unit test[1][2] you can take a look.

[1]https://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/test/resources/org/apache/camel/component/servlet/web.xml 

[2]https://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/test/java/org/apache/camel/component/servlet/HttpClientRouteTest.java

Willem
John J. Franey wrote:
> Is there an example of deploying a java-dsl camel route as a servlet without
> the spring dependencies?
> 
> If no example already exists, can someone outline here what is needed?
> 
> Thanks,
> John
>