VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-integration/page/3

⇱ Spring Integration Archives - Page 3 of 6 - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroDecember 25th, 2014
    2 543

    Exposing HTTP Restful API with Inbound Adapters. Part 1 (XML)

    1. Introduction The purpose of this post is to implement an HTTP Restful API using Spring Integration HTTP inbound adapters.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eren AvsarogullariDecember 23rd, 2014
    0 821

    Message Processing with Spring Integration

    Spring Integration provides an extension of the Spring framework to support the well-known Enterprise Integration Patterns. It enables lightweight messaging…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Biju KunjummenJuly 1st, 2014
    0 137

    Spring Integration Java DSL sample – further simplification with Jms namespace factories

    In an earlier blog entry I had touched on a fictitious rube goldberg flow for capitalizing a string through a…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenJune 3rd, 2014
    0 1,190

    Spring Integration Java DSL sample

    A new Java based DSL has now been introduced for Spring Integration which makes it possible to define the Spring…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMay 16th, 2014
    6 648

    Spring Integration 4.0: A complete XML-free example

    1. Introduction Spring Integration 4.0 is finally here, and this release comes with very nice features. The one covered in…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroMay 1st, 2014
    2 818

    Spring Integration – Configure web service client timeout

    Introduction With the support of Spring Integration, your application can invoke a web service by using an outbound web service…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Biju KunjummenFebruary 19th, 2014
    0 172

    Spring Integration Standalone application with Spring Boot

    I had earlier blogged about a way to write a standalone Spring Integration application. Spring Boot makes creating this standalone…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroFebruary 10th, 2014
    0 635

    Retry web service operations with RequestHandlerRetryAdvice

    1.Introduction Sometimes when invoking a web service, we may be interested in retrying the operation in case an error occurs.…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Xavier PadroFebruary 10th, 2014
    0 4,262

    How error handling works in Spring Integration

    1.Introduction The target of this post is to show you how errors are handled when using the messaging system with…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close