Search Results for: Eclipse
-
Enterprise Java
Setup SSL in Jetty
Have you faced issues when you have to quickly enable SSL and you got stuck with it :-( You are…
Read More » -
Enterprise Java
Validation in Java applications
I often have seen projects that didn’t have almost any conscious strategy for data validation. Their teams worked under the…
Read More » -
Enterprise Java
Build a Java REST API with Java EE and OIDC
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Clojure
Clojure GitLab deps
You need to force the ssh-rsa host key instead of the default one picked up by the tooling: $ ssh-keygen…
Read More » -
Enterprise Java
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot. What is…
Read More » -
Enterprise Java
Micronaut for Java EE/Jakarta EE Developers
There is a new microservices framework in town called Micronaut. In this post, I’ll discuss how I’ve ventured into working…
Read More » -
Software Development
Microservices for Java Developers: The Java / JVM Landscape
1. Introduction In the previous part of the tutorial we have covered a broad range of communication styles widely used…
Read More » -
Android Core
10 Arduino IDE alternative to start programming
When we start developing an Arduino project usually we tend to use the Arduino IDE. There are, anyway, several Arduino…
Read More » -
Enterprise Java
Restful API using Spring Rest & Spring Data JPA & H2 with Spring Boot Example
Hello Friends, In this tutorial, you will learn the following : 1. Configuring Spring Rest, Spring Data JPA and H2…
Read More »