It feels like travelling back in time like 6-7 years when we had to configure the Spring Web MVC using XML. It was so dreadful for me back then. It is dreadful for me now as well. I know many of you might be struggling to set up the Spring Web MVC older versions (versions from 3.x) and so on. I know this because I'm struggling with it myself. Mostly because I'm … [Read more...] about Spring Web MVC (3.x) Configuration From Scratch (Using XML)
spring-mvc
Spring MVC – Build Project In Java With Gradle From Scratch (No XML)
Hi folks, after a long time I revisited Spring MVC because of some project requirement and in the next moment, I was dealing with all sorts of configurations. If you have worked on Spring MVC before (not SpringBoot), you will know what am I referring to. All sorts of XML files (web.xml and spring-context etc). And to be clear I hate all that clutter. So, instead of dealing … [Read more...] about Spring MVC – Build Project In Java With Gradle From Scratch (No XML)