spring mvc - how to integration camel-ftp in spring4 mvc use xml configure way -


how integration camel-ftp in spring4 mvc use xml configure way how integration camel-ftp in spring4 mvc use xml configure way how integration camel-ftp in spring4 mvc use xml configure way

<?xml version="1.0" encoding="utf-8"?>  <!-- start snippet: e1 -->  <beans xmlns="http://www.springframework.org/schema/beans"         xmlns:xsi="http://www.w3.org/2001/xmlschema-instance"         xmlns:camel="http://camel.apache.org/schema/spring"         xsi:schemalocation="           http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd           http://camel.apache.org/schema/spring http://camel.apache.org/schema/spring/camel-spring.xsd">      <!-- end snippet: e1 -->      <camelcontext id="camelcontext" xmlns="http://camel.apache.org/schema/spring">          <package>com.upgrade.ftp</package>      </camelcontext>        <camel:camelcontext id="camelcontext">          <camel:template id="cameltemplate"/>      </camel:camelcontext>    </beans>


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -