0

I am developing a service adapter which will poll directory/subdirectories files , and parse that file using spring batch , but I am not understanding flow of file adapter +spring batch parser + http adapter connectivity , please suggest me better approach . Thanks in advance.

geekHarry
  • 53
  • 1
  • 4
  • 1
    Welcome to Stack Overflow, @Hareram Giri It will be helpful to have more information in your question in order to get great answers, such as what you have tried, and in what way it did not work. Perhaps review: https://stackoverflow.com/help/how-to-ask – Degan Aug 14 '17 at 19:46
  • I have completed spring batch parser , file inbound adapter with polling , and http inbound/outbound adapter separately . Now I want to connect all module to complete my application. – geekHarry Aug 14 '17 at 20:04
  • 1
    You should read the [Spring Integration Reference manual](http://docs.spring.io/spring-integration/reference/html/) and come back here if you have a specific question. – Gary Russell Aug 14 '17 at 21:26
  • @gary Russel sir , I have read Reference manual but not getting how to connect file inbound adapter to http outbound adapter and spring batch parser. – geekHarry Aug 15 '17 at 00:53

1 Answers1

0

There are some good examples of using file inbound channel adapters, channels to connect components and integration with Spring Batch here.

Matt Vickery
  • 121
  • 1
  • 8