Enterprise Java
-
Spring Webflux – Kotlin DSL – a walkthrough of the implementation
In a previous blog post I had described how Spring Webflux, the reactive programming support in Spring Web Framework, uses a…
Read More » -
What is JavaServer Faces (JSF) – (Part 2)
Facelets Declaration Language In part 1 I introduced the basic idea behind JavaServer Pages (JSF). In this article, I would…
Read More » -
What is JavaServer Faces (JSF)
This is a two-part series in which I look at JSF 2 and how it fits into the Java EE…
Read More » -
What are JAX-RS Annotations? (Part 3)
Overview of JAX-RS Annotations (Part 3) This is a three-part series looking at the annotation that is used to implement REST…
Read More » -
Difference between @RestController and @Controller Annotation in Spring MVC and REST
The @RestController annotation in Spring MVC is nothing but a combination of the @Controller and the @ResponseBody annotation. It was…
Read More » -
What does the InternalResourceViewResolver do in Spring MVC?
The InternalResourceViewResolver is an implementation of ViewResolver in Spring MVC framework which resolves logical view name e.g. "hello" to internal…
Read More » -
What are JAX-RS Annotations? (Part 2)
Overview of JAX-RS Annotations (Part 2) This is a three-part series looking at the annotation that is used to implement REST…
Read More » -
What are JAX-RS Annotations?
Overview of JAX-RS (Part 1) The JAX-RS API forms an important part of the Java EE platforms commitment to provide…
Read More » -
Spring Security and Multiple Filter Chains
Spring Security is an immensely useful technology. It allows you to secure your application without being too intrusive and allows…
Read More »