排序
Creating REST API with CRNK, Part 2
Creating REST API with CRNK, Part 2,In Part 1 we created a basic REST application with Spring Framework and CRNK. We had a basic model how our data is representative in the databas...
Java microservices and how to become cloud-native
Java microservices and how to become cloud-native,Many of us are on a journey from traditional monolithic applications to a more distributed cloud-native microservices architecture...
Using Apache Kafka to implement event-driven microservices
Using Apache Kafka to implement event-driven microservices, Event-driven microservices with Kafka (3 Part Series) 1 Using Apache Kafka to implement event-driven microservices 2 Kaf...
Microservices code coverage with Jacoco
Microservices code coverage with Jacoco,Frequent deployments is a huge step in Microservices architecture. If you have a suite of tests that run before every deployment and gives a...
Weekly Links #1
Weekly Links #1, Weekly Links 2019 (14 Part Series) 1 Weekly Links #1 2 Weekly Links #2 ... 10 more parts... 3 Weekly Links #3 4 Weekly Links #4 5 Weekly Links #5 6 Weekly Links #6...
Java Microservices with Spring Boot and Spring Cloud
Java Microservices with Spring Boot and Spring Cloud,Java is a great language to use when developing a microservice architecture. In fact, some of the biggest names in our industry...
How to set up Java microservices with Istio service mesh on Kubernetes
How to set up Java microservices with Istio service mesh on Kubernetes, Microservices with JHipster (3 Part Series) 1 Create full Microservice stack using JHipster Domain Language ...
Spring Boot Tutorial: Complete guide from development to deployment
Spring Boot Tutorial: Complete guide from development to deployment,In this course we will start from basics and learn all key features of Spring boot from development to deploymen...
Java EE is dead, why still using it?
Java EE is dead, why still using it?,I've been working as a software developer for 3 years now. In those years, I worked with Java as the main web development language, primarily S...
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0,Building a microservices architecture is possible with minimal code if you use Spring Boot, Spring Cloud, an...
Send mail easily! springboot, sendgrid and greenmail
Send mail easily! springboot, sendgrid and greenmail,This is a brief presentation for the use sendgrid email provider's api. ** Clone the github repository in order to get more det...
Resilience for Java microservices. Circuit Breaker with Resilience4j
Resilience for Java microservices. Circuit Breaker with Resilience4j, What is circuit breaker pattern? Read this first post to understand the concept. Resilience pattern for Java m...