Enterprise Java
-
Spring boot data JPA – Query for nested object
Nowadays spring boot and spring data are widely used frameworks. If you are building web application in java, spring boot…
Read More » -
What is Bean scope in Spring MVC framework with Example
Bean scope in Spring framework or Spring MVC is scope for a bean managed by Spring IOC container. You may…
Read More » -
REST: Retrieving resources
Retrieving resources is probably the simplest REST API operation. It is implemented by sending a GET request to an appropriate…
Read More » -
Extending JUnit 5
A look into the past With JUnit 4 we have the option to run test with a custom JUnit runner…
Read More » -
Introduction to Hypermedia REST APIs
Introduction When browsing the web we typically navigate from one site to another by following Hyperlinks. Those links make the…
Read More » -
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 »