Category Archives Spring

Spring-Data Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the layers is a DAO (Repository) layer. It is responsible for communication with a database. If you developed the DAO layer at least once, you should know that it involves a lot of boilerplate code. A Spring Data take a part of the routine job related to the DAO on itself.

In the world of software development radiobuttons are essential part of graphic user interface. Spring MVC tag library provides special tag for this element of form. If to be more precisely there are two tags for this purpose: radiobutton, radiobuttons. Both of them are useful for a particular task. As you understand I'm going to show how to use these tags in the post.

Spring MVC checkbox I have already published the post about processing of 'checkbox' tag using Spring MVC tag library. Now I want to develop this theme and proceed with the 'checkboxes' tag. It's not much harder, but in some cases you'd better to use it. In this article I will provide examples of Spring 'checkboxes' tag in conjunction with java.util.List and java.util.Map, so be ready to examine two examples.

Spring-Security-logo Spring has a lot of different modules. All of them are useful for the concrete purposes. Today I'm going to talk about Spring Security. This module provides flexible approach to manage permitions for access to different parts of web-application. In the post I'll examine integration of Spring MVC, Hibernate, MySQL with Spring Security.

Close