Author Archives: Ajmal Abbasi

About Ajmal Abbasi

Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc. Ajmal Abbasi has experience with MuleSoft ESB as well. Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms. Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies. You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.

TIBCO BW Tutorial How to Perform Password Strength Regular Expression Validations Using Custom Java Code

There are scenarios where we need to validate a password string in our TIBCO BW based services and such validations might be based on certain criteria which needs regular expressions to perform the validation of the complexity of the password. In this TIBCO BW Tutorial, I will explain how to perform password complexity or password… Read More »

WSO2 API with C#.Net Back-end Service: 404 Error Reason and How to Resolve

While using WSO2 API Manager as API Management Platform and .Net based back-end REST Services, we were getting 404 error while same service was working fine when invoked directly from any client (e.g. postman) without involving WSO2 API Manager in the middle. In this post, I will explain what was the reason of this 404… Read More »

TIBCO Java Event Source Custom Process Starter Step by Step Tutorial

TIBCO BW provides a rich set of palette activities along with many process starter activities which can be used while developing BW based processes & services and such process starters act as process instance initiators as on the basis of triggering of respective events. E.g. HTTP Receiver process starter starts a process when HTTP request… Read More »

Java JAX-WS SOAP Web Service Step by Step Tutorial For CRUD Operations Using Eclipse, MySQL

JAX-WS is a standard API used for creating java based web services particularly SOAP web services. JAX-WS API is available as part of your JDK installation. In this Java JAX-WS SOAP Web Service step by step  Tutorial, we will develop a SOAP Web Service using JAX-WS Top Down approach. We will use MySQL database as our… Read More »

Java Spring REST Web Service with JSON & XML: Step by Step Tutorial for Beginners

REST web services are very widely used popular mode of integration for data transfer between back-end systems and any type of client applications including web, mobile etc. REST uses HTTP protocol for transport and Restful web services can be implemented using any of the available HTTP Verbs (GET, POST, PUT, DELETE etc.). Spring framework provides… Read More »

Spring MVC Step by Step Tutorial With Hibernate, MySQL, JSP Using Java Configurations

In this step by step complete tutorial on Spring MVC, you will learn how to develop Spring MVC Web Application with Spring, Hibernate, JSP/JSTL, MySQL by using Java Configurations and annotations without using any XML based configurations. In this step by step MVC tutorial, we will develop a Stock Management System module with some basic… Read More »

How Java Spring MVC Works: Spring MVC Request Flow Explained Step by Step

Spring MVC (Model View Controller) is a well-known and widely used framework for developing web applications with loosely coupled and well organised layering of presentation, persistence and controller layer. With a layered flexible architecture of Spring MVC, it becomes very convenient for developers to isolate the bricks and pieces and combine them together in the… Read More »

Video: TIBCO BW Design, Development, Deployment & Monitoring Best Practices

Use of best practices and  industry standards carries a huge significance in any integration project to ensure an optimal performance of developed solutions and to best utilize the strengths and powers of the integration tools and products. TIBCO BusinessWorks provides some great features and equips developers with all the necessary tools to design & develop… Read More »

5 EAI (Enterprise Application Integration) Challenges To Consider

Enterprise Application Integration deals with integration of heterogeneous set of applications and systems in any organization to integrate them for enabling communication of information among the involved systems to facilitate businesses. Enterprise Integration is achieved utilizing different set of tools, technologies and integration methodologies to ensure data transformation, translation and communication is achieved in an… Read More »

Video: What API Management Products Offer and Why API Management is Important

APIs and API Management is a buzz word for last many years and is evolving further with cloud, on-premise and hybrid options. There are many products offered by different software giants for API management with vast set of features with continuous evolution and upgrades as per market demands and requirements. In one of my previous… Read More »