Category Archives Spring

swagger-ui I have not developed Spring web applications from scratch for one year and maybe this period of time will be even longer if I was not involved in training for QA automation engineers. Due to this reason I have developed a sample REST-applications. Everything were pretty familiar to me except Swagger. So I'm going to describe my new acquired experience with Spring Boot and Swagger UI.

Spring-Boot-MVC-Gradle 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.

Spring-Framework-Logo We live in a nice time, when you can develop a Spring application using java based configuration. No redundant XML code any more, just pure java code. In this article I want to discuss a popular topic about session management in Spring applications. If to be more precise I'm going to talk about a session timeout in java configuration style.

Spring-Exception-Handling Table of content

It's a last article from the series about Spring REST exception handling. Finally this time I will talk about handling of REST exceptions which can occur during a form processing. So in this tutorial you will see everything related to REST, forms and exception handling. What about client side? JQuery will be used to reflect all responses of the REST service.

Spring-Exception-Handling Table of content

This is a second article from the series about REST Exception handling with Spring. In my previous post I have described how to organise the most simple exception handling in a REST service. This time I will go further and I will show you when you'd better to use exception handling on a @ControllerAdvice level.

Close