Enterprise Java
-

MicroProfile OpenAPI for everyone
MicroProfile OpenAPI is primarily used for adding OpenAPI to JAX-RS Endpoints. In this blog post we will look at how…
Read More » -

Developing a Simple Web Service with Jakarta EE 8
For context, Jakarta EE 8 is very much the same as Java EE 6 through Java EE 8. The main…
Read More » -

RESTful API Design
There are five principal aspects to a RESTful API specification that must be considered prior to coding an API specification.…
Read More » -

WebDriverIO Tutorial: Handling Alerts & Overlay In Selenium
Youâd hardly find a website these days without alerts and pop-ups! The alert boxes warn you whenever you perform a…
Read More » -

Pragmatic database migrations with Quarkus and Flyway
Iâve recorded a video in which Iâll show how to perform database migrations in Quarkus applications using the Flyway Quarkus…
Read More » -

How To Handle Web Table in Selenium WebDriver?
Web tables or data tables are often used in scenarios where you need to display the information in a tabular…
Read More » -

Spring Boot Data JPA – beginner guide
Databases form an integral part of computer applications. With it comes considerable amount of database operations and the corresponding code.…
Read More » -

Integrating JSON Schema validation in Spring using a custom HandlerMethodArgumentResolver
In previous posts we learned about JSON Schema and how we can validate a JSON document against a JSON Schema…
Read More » -

REST: Managing One-To-Many relations
In a previous post we looked at many-to-many relations. This time we will see how to model one-to-many relations in…
Read More »



