Zenler Player
Your course is loading. Hang tight.
[Showcase] Samz Mule4 Development Program - 2.5 Months Duration
Back to curriculum
0% Complete
0% Complete
Pretraining - Programming Basics, Java Basics, XML Basics, JSON Basics
Topic List in Mind Map Form
Session 1 : Session Kick Off, Pre-requisites Discussion
Session 2 : What is EAI, Why EAI, EDI Vs ETL Vs EAI, Mulesoft Competitors
Session 3 : Mulesoft Business history, EAI Architecture - A2A,Hub And Spoke
Session 4 : Bus Based Architecture, Mule as Leader in EAI
Session 5 : Installation 7 Zip, Notepad++, JDK8
Session 6 : Installation - Anypoint Studio Installation- Part1
Session 7 : Installation - MySQL DB, AMQ Server, Eclipse, SOAP UI
Session 8 : Installable understanding, APS and Mule, Intro to APS UI
Session 9 : APS UI, Develop Hello World Application
Session 10 : Problems, Issues discussed
Session 11 : Dissecting Hello World Application, Understand Mule Message, Attributes, Payload, Get Vs Post HTTP Method
Session 12 : Dealing with Query Parameter, Payload Together
Session 13 : Path, Base Path in HTTP Listner, Integration Game Plan
Session 14 : CRM To Billing Integration Scenario Implementation
Session 15 : Database Basics, Create table Insert Records
Session 16 : Integration Scenarios, Front End Backend, DB Driver
Session 17 : Fetching Records from table
Session 18 : Display Records, Convert To CSV
Session 19 : Parametarised SQL Query Scenario
Session 20 : DB To XML
Session 21 : Order By Clause, Introduction to JSON Format
Session 22 : DB To JSON, DB To XML
Session 23 : SIngle Record Insert - Query Param to DB, SIngle Record Insert - Payload to DB
Session 24 : How to debug your project using break points, CSV as payload To DB-unresolved error
Session 25 : Issue Resolved - Order Cant be table name, Updating records from mulesoft to DB
Session 26 : Issue Resolved - DWL Code corrupted, Deleting records in DB from Mulesoft
Session 27 : CSV -Payload - 54 combinations of CSV XML and JSON formats, Schema Creation To XML Example Basded
Session 28 : Schema Based Mapping
Session 29 : JSON To XML(Schema Based), JSON(Schema Based to XML Schema Based)
Session30 : Issue - Handling Json Array, Connectors Context Setting
Session 31 : Creating Salesforce Developer Edition Account, Issue - Problem in expression - Resolved - Datatype Conversion Issue
Session 32 : Salesforce Basics, Standard Objects, Tabs, Apps, Operations with Salesforce Objects
Session 33 : Implementing Salesforce To JSON Scenario
Session 34 : Parameterised SOQL, Salesforce to XML
Session 35 : Create Custom Object, Tab and App in Salesforce
Session 36 : Salesforce to DB - Custom Object
Session 38 : Query Param To Salesforce, XML To Salesforce
Session 39 : CSV To Salesforce-Update, CSV To Salesforce-Delete
Session 40 : Introduction To Upsert Operation, CSV-Salesforce-upsert operation
Session 41 : Issue in Salesforce Query - String value is not going to SOQL - unresolved
Session 42 : Embedding Java in Mule Project Introduction, Understanding Java Basics
Session 43 : Embeding Java in Mule Project - Implementation
Session 44 : Types of multiple flows - independent, dependent flows, Implementing Independent flows
Session 45 : Dependent Flows - Private and Sub Flows, Differnces, Private flow without connector example
Session 46 : Dependent Flows - Private Flow with Source Connector, making it generic
Session 47 : Dependent Flows - Subflow
Session 48 : Choice Router with subflows
Session 49 : Error Handling - What is Error, Error Types
Session 50 : Java code without and with Exception handling, Mule Project without and with Error Handling
Session 51 : Error Handling - Levels of Error Handling, multiple scenarios
Session 52 : Error Handling in multiple flows
Session 53 : Error Handling - On Error Propagate
Session 63- Introduction To Rest Web Services, I
Pretraining Activity
Pretraining - Programming Basics, Java Basics, XML Basics, JSON Basics
Preview
Topic List in Mind Map Form
Week-1
Session 1 : Session Kick Off, Pre-requisites Discussion
Session 2 : What is EAI, Why EAI, EDI Vs ETL Vs EAI, Mulesoft Competitors
Session 3 : Mulesoft Business history, EAI Architecture - A2A,Hub And Spoke
Session 4 : Bus Based Architecture, Mule as Leader in EAI
Week-2
Session 5 : Installation 7 Zip, Notepad++, JDK8
Session 6 : Installation - Anypoint Studio Installation- Part1
Session 7 : Installation - MySQL DB, AMQ Server, Eclipse, SOAP UI
Week-3
Session 8 : Installable understanding, APS and Mule, Intro to APS UI
Session 9 : APS UI, Develop Hello World Application
Session 10 : Problems, Issues discussed
Session 11 : Dissecting Hello World Application, Understand Mule Message, Attributes, Payload, Get Vs Post HTTP Method
Session 12 : Dealing with Query Parameter, Payload Together
Week-4
Session 13 : Path, Base Path in HTTP Listner, Integration Game Plan
Session 14 : CRM To Billing Integration Scenario Implementation
Session 15 : Database Basics, Create table Insert Records
Session 16 : Integration Scenarios, Front End Backend, DB Driver
Week-5
Session 17 : Fetching Records from table
Session 18 : Display Records, Convert To CSV
Session 19 : Parametarised SQL Query Scenario
Session 20 : DB To XML
Week-6
Session 21 : Order By Clause, Introduction to JSON Format
Session 22 : DB To JSON, DB To XML
Session 23 : SIngle Record Insert - Query Param to DB, SIngle Record Insert - Payload to DB
Session 24 : How to debug your project using break points, CSV as payload To DB-unresolved error
Session 25 : Issue Resolved - Order Cant be table name, Updating records from mulesoft to DB
Week-7
Session 26 : Issue Resolved - DWL Code corrupted, Deleting records in DB from Mulesoft
Session 27 : CSV -Payload - 54 combinations of CSV XML and JSON formats, Schema Creation To XML Example Basded
Session 28 : Schema Based Mapping
Session 29 : JSON To XML(Schema Based), JSON(Schema Based to XML Schema Based)
Session30 : Issue - Handling Json Array, Connectors Context Setting
Week-8
Session 31 : Creating Salesforce Developer Edition Account, Issue - Problem in expression - Resolved - Datatype Conversion Issue
Session 32 : Salesforce Basics, Standard Objects, Tabs, Apps, Operations with Salesforce Objects
Session 33 : Implementing Salesforce To JSON Scenario
Session 34 : Parameterised SOQL, Salesforce to XML
Week-9
Session 35 : Create Custom Object, Tab and App in Salesforce
Session 36 : Salesforce to DB - Custom Object
Session 38 : Query Param To Salesforce, XML To Salesforce
Session 39 : CSV To Salesforce-Update, CSV To Salesforce-Delete
Week-10
Session 40 : Introduction To Upsert Operation, CSV-Salesforce-upsert operation
Session 41 : Issue in Salesforce Query - String value is not going to SOQL - unresolved
Session 42 : Embedding Java in Mule Project Introduction, Understanding Java Basics
Session 43 : Embeding Java in Mule Project - Implementation
Session 44 : Types of multiple flows - independent, dependent flows, Implementing Independent flows
Week-11
Session 45 : Dependent Flows - Private and Sub Flows, Differnces, Private flow without connector example
Session 46 : Dependent Flows - Private Flow with Source Connector, making it generic
Session 47 : Dependent Flows - Subflow
Session 48 : Choice Router with subflows
Session 49 : Error Handling - What is Error, Error Types
Week-12
Session 50 : Java code without and with Exception handling, Mule Project without and with Error Handling
Session 51 : Error Handling - Levels of Error Handling, multiple scenarios
Session 52 : Error Handling in multiple flows
Week-13
Session 53 : Error Handling - On Error Propagate
Week-15
Session 63- Introduction To Rest Web Services, I
×
This is an unpublished lesson. This lesson will not be shown for students unless you set it as Public.
Back to Dashboard
No contents are available in this lesson!
No lessons available !
Back to Dashboard
Lesson contents locked
Enroll to unlock this lesson.
Enroll to unlock
Next Lesson