Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
IIB v10 use case implementation (Practical only)
Rating: 4.7 out of 5(13 ratings)
108 students

IIB v10 use case implementation (Practical only)

If you have some basic idea of IIB and need more hands on, then this course is for you to build your confidence.
Created byPrashanth Kumar
Last updated 2/2025
English

What you'll learn

  • You learn more and more when you do hands on right? So this course is designed only for implementing use cases in IIB v10. Some important scenarios will be implemented which will help build the confidence in people who are new to IIB.

Course content

1 section7 lectures1h 18m total length
  • Replacing WHILE Loop with REPEAT3:15

    In lecture one, we implemented a small requirement and we made use of WHILE loop. In this lecture we will simply replace WHILE loop with REPEAT.

  • Finding number of occurrence and positions of a particular substring in a string15:47

    In this lecture learner will learn like how many times a particular substring is present in a string and at what places it is present.

    For example:

    Suppose we have a sentence as given below:

    'I felt happy because I saw the others were happy and because I knew I should feel happy, but I wasn’t really happy'

    Now I want to find out how many times word 'happy' is present in above sentence and at what places it is present.


  • Sending multiple data to output by breaking them into one record each22:39

    In this lecture we will implement a requirement where IIB will receive an array of employees in the form of JSON message and we will send data to output queue by breaking each record into single message.

  • Avoid using CARDINALITY function and make use of references8:42

    Here we will implement the same requirement which we implemented in lecture 3 but we will avoid making use of CARDINALITY function as it hampers the performance.

  • Sending Employee data in csv file to a local file location21:24
  • More Lectures Coming. Recording in progress.0:03
  • Avoid hardcoding column names6:28

Requirements

  • People should have basic idea of IIB. To get very basic knowledge, they can avail prerequisite course (IIB v10 application development) designed for beginners by me.

Description

Do you know basics of IIB but your confidence is low while building applications? Do you have lack of hands-on? If yes, then this course is best suited for you to build your confidence.

The main focus of this course is to implement some use cases so that you can build confidence while working in IIB.

Who this course is for:

  • Any one who is enthusiastic for integration field.
  • People who already know basics of IIB