排序
Truly there is no difference in implementation. Integrating Spring with Jersey and integrating Jersey with Spring
Truly there is no difference in implementation. Integrating Spring with Jersey and integrating Jersey with Spring,More interesting and arguably references are Jersey and Spring, es...
Synchronized ArrayList in Java
Synchronized ArrayList in Java,Implementation of arrayList is not synchronized is by default. It means if a thread modifies it structurally and multiple threads access it concurren...
Spring Boot performance benchmarks with Tomcat, Undertow and Webflux
Spring Boot performance benchmarks with Tomcat, Undertow and Webflux, Tomcat vs Undertow vs Webflux JHipster is used by thousands of people to generate production-ready Spring Boot...
Malware Analysis with .NET and Java
Malware Analysis with .NET and Java,This post serves as a write-up of the practical exercises offered in Pluralsight's Analyzing Malware for .NET and Java Binaries course. The cour...
Using the factory design pattern with Kotlin
Using the factory design pattern with Kotlin, Introduction We all know design patterns or at least heard of them once in our lives as developers, they are supposed to ensure the ma...
From a Web Application to a Docker Image to a Deployment with Kubernetes
From a Web Application to a Docker Image to a Deployment with Kubernetes, Spring Boot & Kubernetes (4 Part Series) 1 From a Web Application to a Docker Image to a Deployment wi...
Java Initialization in a Nutshell
Java Initialization in a Nutshell,Welcome to Java Jeopardy! Alex, I’ll take Initialization for $500. “A block of code that the Java compiler copies into every constructor.” What...
Building an URL Shortening API with Spring WebFlux (and a lot of supporting cast)
Building an URL Shortening API with Spring WebFlux (and a lot of supporting cast), Introduction In the past few weeks and specially the last few days with the recommendation to sta...
Starting and stopping a Kafka listener after Spring Boot Startup
Starting and stopping a Kafka listener after Spring Boot Startup,The example's here. The relevant bit: @Autowired private KafkaListenerEndpointRegistry kafkaListenerEndpointRegistr...
Repeated Capturing Group
Repeated Capturing Group,Regular expression can be used to check a string or a pattern is repeated in a string. For example, if you want to check if the string 'abc' is repeated fo...
Never Inline Hack Java
Never Inline Hack Java,As of occasion you may need to ensure some Java code is never inlined when debugging performance problems. The following hack works around this by abusing a ...
How to move from C# to Java?
How to move from C# to Java?,Like in the title, do you have any advice? I am a beginner in C# with about a year of experience and just a few projects. With Java, I don't have any s...