Enterprise Java
-
A Few Additions to Your Bag of Maven-Fu
Apache Maven is simple, yet quite powerful; with a few tricks here and there, you can greatly simplify and optimize…
Read More » -
Running code on Spring Boot startup
Spring Boot does a lot of configuration automatically for us but sooner or later you’ll have to do some custom…
Read More » -
Understanding H2 InMemory Database with Spring Boot
Introduction Basically the database setup involves several steps before we can use it through configured datasource in our application. This…
Read More » -
Spring Boot Microservices , Docker and Kubernetes workshop – part2
In the previous post we created our first micro service “ProductService” using SpringBoot and Docker. In this part we will go…
Read More » -
Build a RESTful API in Go using AWS Lambda
In this post we will learn to design, build, and deploy a RESTful API in Go using AWS Lambda. Before starting, let…
Read More » -
J2Pay – Complete Example
Introduction In this section we will be looking in great detail of how to use a gateway and invoke all…
Read More » -
J2Pay – API Responses
Introduction The magical thing in this library is its unique responses no matter whatever gateway is. Once you understand API…
Read More » -
J2Pay – Getting Started
Getting started will guide you how to start using J2pay quickly in very simple steps. Download J2Pay is available on…
Read More » -
J2Pay – Introduction
Introduction J2Pay is an open source multi gateway payment library for java (by tranxactive). The main goal of this library…
Read More »