In the PC-IDMC conversion process, it can be challenging to gather detailed information about workflows. Specifically, we often need to determine: The number of transformations used in each mapping. The number of sessions utilized within the workflow. Whether any parameters or variables are being employed in the mappings. The count of reusable versus non-reusable sessions […]
Back-End Development
The Rise of JSON API: The Key to Seamless API Integration in Modern Technologies
With the growing demand for seamless data exchange between applications, API integration has become a fundamental aspect of modern software development. Whether it’s integrating third-party services, building microservices, or enabling dynamic content for web and mobile applications, APIs are everywhere. Among the many standards, JSON API has emerged as a powerful and widely adopted approach […]
Use Column Name as space/numbers/special Characters in Output File Using Talend
Problem Statement In Talend, while generating output file if we need to add a column as number or column name with space or to include any special characters as column name in Talend it won’t allow directly by adding the below-mentioned column names in schema, will get the below mentioned error. As number as column […]
5 Major Benefits of Azure Integration Services Over MuleSoft
In the realm of enterprise integration, choosing the right platform is crucial for ensuring seamless connectivity between diverse applications and systems. Azure Integration Services (AIS) and MuleSoft are two prominent players in this field. Azure Integration Services is a cloud-based integration platform provided by Microsoft, while MuleSoft is an integration platform that allows developers to […]
Understanding Microservices Architecture: Benefits and Challenges Explained
Understanding Microservices Architecture: Benefits and Challenges Explained Microservices architecture is a transformative approach in backend development that has gained immense popularity in recent years. To fully grasp the advantages of microservices, it is essential first to understand monolithic architecture, as microservices emerged primarily to address its limitations. This article will delve into the differences between […]
Unlocking the Power of Azure Integration Services for the Financial Services Industry
In today’s rapidly evolving digital landscape, financial services organizations are increasingly relying on cutting-edge technologies to stay competitive and deliver exceptional services to their clients. Microsoft’s Azure Integration Services, a suite of tools designed to seamlessly connect applications, data, and processes, is emerging as a game-changer for the financial services industry. This blog post delves […]
Perficient Included In Forrester’s Modern Application Development Services Landscape, Q3 2024
Imagine a world where your business can effortlessly keep pace with technological advancements and continuously changing customer expectations. The ability to swiftly develop new technology products and applications is crucial to staying competitive. However, relying solely on in-house development capabilities is not always feasible for many organizations. Forrester released its Modern Application Development Services Landscape, […]
Bug Fixing: Lazy loaded property value is not supported by the current property instance
While upgrading from CMS v11 to v12, we ran into an error that read “Lazy loaded property value is not supported by the current property instance”. Unfortunately, the stack trace didn’t really say what the problem was. Here is that stack trace: System.InvalidOperationException: Lazy loaded property value is not supported by the current property instance […]
Easy Dynamic Property Permissions for the Optimizely CMS
I recently worked with a client who wanted to restrict access to specific properties of the content types. We set up some Editor Descriptor attributes, and applied a decorator to the properties in the model classes, which worked well. Then they wanted changes. The problem is that figuring out who has access requires looking at […]
API’d Like to Talk to You: A Dive into the OpenAI Assistant API
Recently, I’ve had time to sit down and wade into the my own little area of the digital Wild West, that being AI integration. With the explosion of AI, I wanted to give my apps the ability to tap into that vast potential. While it seems like every tech giant, startup, and their mother […]
Enabling Dynamic Media Feature For AEM Custom Components
Dynamic Media is one of the versatile tools provided by Adobe. Previously, it was known as Scene7. It has strong Asset editing and authoring tools capabilities. It is based on a Cache delivery network, which loads the contents to improve page load time and renders the right image renditions correctly resized and optimized. Dynamic Media allows […]
Components of SonarQube
What is SonarQube? SonarQube is a Code Quality Assurance tool that collects and analyzes source code and provides reports on the quality of your project’s code. It is also a self-managed, automatic code review tool that systematically helps you deliver clean code efficiently. SonarQube integrates into your existing workflow and detects issues in your code […]