Salesforce configuration with Mulesoft

In this salesforce connector, it is configured to create single as an operation from contact as the object type and the field mapping will read from payload meaning, it will get it data from datamapper, the data that datamapper stored from magento when it was queried,  the results from datamapper will be added to theContinue reading “Salesforce configuration with Mulesoft”

Java Interview Questions for Freshers and 2 years

What is JAVA? Java is a high-level programming language and is platform independent. Java is a collection of objects. It was developed by Sun Microsystems. There are a lot of applications, websites and Games that are developed using Java. What are the features in JAVA? Features of Java: Oops concepts Object-oriented Inheritance Encapsulation Polymorphism AbstractionContinue reading “Java Interview Questions for Freshers and 2 years”

Types of Inheritance in Java with example

Inheritance in Java is a mechanism in which one object acquires all the properties and behaviors of a parent object. It is an important part of OOPs (Object Oriented programming system). The idea behind inheritance in Java is that you can create new classes that are built upon existing classes. When you inherit from an existingContinue reading “Types of Inheritance in Java with example”

Using Spring Beans in Mule and Migrating the Spring Module

Using Spring Beans in Mule Mule has been paired with Spring since its creation in 2004. Both use a streamlined POJO model and XML schema to allow powerful integration. In this tutorial, I am going to show how easy it is to use Spring beans in Mule applications by creating three separate projects. Simple XMLContinue reading “Using Spring Beans in Mule and Migrating the Spring Module”

Priority queue in java with programming

A PriorityQueue is used when the objects are supposed to be processed based on the priority. It is known that a queue follows First-In-First-Out algorithm, but sometimes the elements of the queue are needed to be processed according to the priority, that’s when the PriorityQueue comes into play. The PriorityQueue is based on the priorityContinue reading “Priority queue in java with programming”

Continuous Integration with Jenkins 2

We all know what Continuous Integration (CI) is, right? It is the first step in our journey. In simple words, CI is a software engineering practice where each check-in made by a developer is verified by either of the following: Pull mechanism: Executing an automated build at a scheduled time Push mechanism: Executing an automatedContinue reading “Continuous Integration with Jenkins 2”

Using prepared statements in Java with examples

The Prepared Statement is a slightly more powerful version of a Statement, and should always be at least as quick and easy to handle as a Statement.The Prepared Statement may be parametrized. Most relational databases handles a JDBC / SQL query in four steps: Parse the incoming SQL query Compile the SQL query Plan/optimize theContinue reading “Using prepared statements in Java with examples”

Reverse a String in Java in with different examples

Reverse A String In Java – Here, we have discussed the various methods to reverse a string using java. The compiler has been added so that you can execute the programs by yourself, alongside suitable examples and sample outputs. The methods are as follows: The following program to find reverse a string has been written in FiveContinue reading “Reverse a String in Java in with different examples”

Batch Processing in Mule 4

Mule allows you to process messages in batches. Within an application, you can initiate a batch job scope, which is a block of code that splits messages into individual records, performs actions upon each record, then reports on the results and potentially pushes the processed output to other systems or queues. For example, you canContinue reading “Batch Processing in Mule 4”

Design a site like this with WordPress.com
Get started