排序
Most commonly available JDKs
Most commonly available JDKs,For reasons I dare not mention, I had to install version 7 of the JDK a couple of months ago. As a Mac user, my usual way of installing is using Homebr...
Let’s take a quick look at Project Loom.
Let's take a quick look at Project Loom.,This article gives a quick look into Project Loom - one of the current buzzwords in the Java world. What is Project Loom about? Project Loo...
Creating base docker image for hosting your Java 8 application
Creating base docker image for hosting your Java 8 application,Creating clean image is very important from trusted sources. This article demonstrates how you can create a docker im...
Software Architecture
Software Architecture, Introduction In this article, I will try to explain what architecture and clean architecture is, and architecture's role in projects. Examples of web archite...
Regex in Java
Regex in Java, Introuction Our use of Java increases with time, and because of this, we must know more needs that help us with the code and give the code less of our products, and ...
Spring Security
Spring Security, Spring Framework (24 Part Series) 1 Spring Configuration 2 External Properties in Spring ... 20 more parts... 3 Profiles in Spring 4 Spring Expression Language (Sp...
Logging all request mappings and their parameters in Spring
Logging all request mappings and their parameters in Spring,Today we had a bit of a challenge ahead of our team. The guys in charge of the network and security of our client asked ...
Constraint Validation in Spring Boot Microservices
Constraint Validation in Spring Boot Microservices,In a microservice architecture, services may accept several, if not many, of the same inputs. This pattern can easily lead to cod...
How to working with OLE object in Presentation slides in Java applications
How to working with OLE object in Presentation slides in Java applications,When the slides are used for product demonstration, we usually add other document files (such as PDF, Exc...
Build a REST service with Spring Boot and JPA
Build a REST service with Spring Boot and JPA,Creating a REST service with Spring Boot and JPA can be done in less than 10 minutes. What you need Your favorite IDE (Eclipse, Intell...
Google Sign-In on Android using Firebase
Google Sign-In on Android using Firebase, Firebase (2 Part Series) 1 Firebase Analytics For Android Shouldn't Be This Hard 2 Google Sign-In on Android using Firebase Today I am goi...
MVC Web Application with ActiveJ
MVC Web Application with ActiveJ, Intro In this tutorial we will create an asynchronous servlet that adds contacts to a list, parses requests and processes form validation with the...