Home

Image
Introduction Spring Boot makes developing RESTful services ridiculously easy and using Swagger makes documenting your RESTful services easy. Building a back-end API layer introduces a whole new area of challenges that goes beyond implementing just endpoints. You now have clients which will now be using your API. Your clients will need to know how to interact with your API. API documentation should be structured so that it’s informative, succinct, and easy to read. But best practices on, how you document your API, its structure, what to include and what not to is altogether a different subject that I won’t be covering here. This article describe how to integrate Spring Boot Rest API with Swagger and will show the documentation and implementation. Overview In this article I am using existing Spring Boot Rest API sample. Please follow my previous article to build Spring Boot Rest API . I am just going to integrate with Swagger by using existing Spring Boot API. We need to f...
Introduction IBM BPM V8.6.0 provides numerous new product features and various enhancements and improvements to existing product capabilities. See the complete list of new product features and enhanced capabilities for IBM BPM V8.6.0. IBM BPM extends the capabilities that are found in previous versions of WebSphere® Integration Developer, WebSphere Lombardi Edition, IBM Business Process Manager, WebSphere Process Server, WebSphere Enterprise Service Bus, and other IBM business process management products. New in IBM BPM 8.6.0 Benefit from a single edition of IBM BPM This release, the product name changed from IBM Business Process Manager to IBM Business Process Manager Server as a result of simplifying the package, combining IBM BPM Advanced and IBM BPM Standard into a single edition. IBM Business Process Manager Server includes all the same server profiles (IBM Process Center, IBM Process Server, IBM BPM Advanced, IBM BPM Advanced only, IBM BPM Standard, and IBM Process F...
Image
Introduction This article describe beginner level implementation of REST Service using Spring Boot. The sample presented is simple REST controller which returns a response to the user. Spring Boot complements Spring REST support by providing default dependencies/converters out of the box. Writing RESTful service in Spring Boot is no-different than Spring MVC. If you are a REST Client [Rest Consumer], Spring Boot provides RestTemplateBuilder that can be used to customize the RestTemplate before calling the REST endpoints. To summarize, Spring Boot based REST service is exactly same as Spring based REST service, only differing in the way with we bootstrap the underlying application.
Image
Introduction The IBM Integration Designer Version 8.5.7 test environment includes the IBM Process Server. You can use this test environment to monitor BPEL processes. This article provides detailed instructions for installing IBM Integration Designer and optional features. The product launchpad provides you with a single location to perform an installation for IBM Integration Designer. We will install Integration designer along with Process Server runtime. Process Server will be used for deploying applications which are developed using integration designer and process designer. Overview Prerequirests: Ø   Before starting installation of IBM Integration designer we should have licensed installation files. Ø   It is advised not to install under C:\Program Files. So the best practice is to install under C:\IBM\... Ø   Always unzip all the parts of the IBM Integration Designer Installation zip files into a single directory. Installation Steps: Step 1: E...
Image
Introduction Red Hat JBoss Fuse is an agile, lightweight, and modern integration platform that breaks down traditional data center boundaries. A true hybrid solution that interconnects all enterprise assets, while creating and composing microservices with enterprise class integration patterns, and supporting modern microservice architecture, Red Hat Fuse has embraced container technology to enhance the DevOps experience. Here we are going to learn how to install/configure Redhat JBoss Fuse runtime. Prerequisites Before you start, make sure you have installed the following software: Ø   Java SE Development Kit (JDK) version 1.8.x (Java 8) Ø   Apache Maven - Download Ø   Jboss-fuse-karaf-6.3.0.redhat-187.zip - Download Overview Step 1: After successfully installed Java, set the JAVA_HOME under environment variables. My Computer(This PC) à Properties   à Advanced System Settings à Environment Variables à Click on New under system Variables. E...