Yearly Archives: 2018

APIGEE – An Introduction to API Gateway

In this article I want to give brief introduction about APIGEE. Mainly APIGEE offers below functionalities out of the box as api gateway. Protocol Transformation Transform from or to any protocol including SOAP, REST, XML binary, or custom Traffic Management

Tagged with:
Posted in APIGEE

APIGEE – Can we configure parameters for Message Logging Policy?

Apigee MessageLogging policy has limitation to use configurable parameters such as Syslog server host, port, etc. details. If we are not going to configure these parameters we may get into trouble while moving the proxy from one environment to another

Tagged with:
Posted in APIGEE

APIGEE – How To Handle Base64 Encoding Decoding?

In this article, we will see how to encode and decode base64 strings while building APIGEE proxies. As part of APIGEE, we have BasicAuthentication policy which deals with base64 encoded authorization header. But if we want to deal with any

Tagged with: ,
Posted in APIGEE

Java 11 Features – Java Flight Recorder

                            In this article we will see how we can leverage Java Flight Recorder feature as part of Java 11. Earlier it was one of the commercial

Tagged with: ,
Posted in Java

Java 10 – Local Variable Type Inference

Java 10 Local-Variable Type Inference
Allows the developer to declare variable by enhancing type inference.

Posted in Java
Dzone.com
DZone

DZone MVB

Java Code Geeks
Java Code Geeks
OpenSourceForYou