I planned to write an article about Spring Boot more than a year ago. Finally I have time and inspiration for this. So prepare yourself for 10 - 15 minutes of step by step tutorial. I'm going to demonstrate Spring Boot basics with Gradle and embedded Tomcat. I use Intellij IDEA instead of Eclipse but this shouldn't be a problem for those of you who used to Eclipse.
Tag Archives Spring MVC
Hi everyone, I haven't written new articles a long period of time. A lot of materials were accumulated which need to be posted in my blog in nearest future. But now I want to talk about Spring MVC application configurations. If to be more precisely, I want to talk about java based Spring configurations.
Today I want to demonstrate how to integrate AJAX into a Spring MVC application. I'm going to use JQuery on a client side for sending of requests and receiving of responses. This tutorial will be based on one of my previous tutorials about Spring MVC and REST services. In this article you will read how to make a web-application more interactive with the help of asynchronous requests.
One of the most frequent questions which I receive from my blog readers is how to use css and javascript files in application with Spring MVC. So it's a good opportunity to write an article about usage of resources in Spring MVC. As usually I will use java based configuration approach.
Not so long time ago I wrote a post about HTTP sessions in a Spring MVC application. That was the simple article with an emphasis on practical aspect of usage. In the end of the post I promised to write more advanced topic dedicated to the sessions in Spring MVC applications. So I'm going to publish this stuff.