-
Enterprise Java
Spring MVC: form handling vol. 5 – select, option, options tags
Drop-down lists are the one of the most frequent elements in web forms. In HTML you can create such control…
Read More » -
Core Java
Design Patterns: Strategy
This time I want to talk about Strategy design pattern. In this way I start articles about behavioral design patterns.…
Read More » -
Enterprise Java
Spring MVC: Validator and @InitBinder
It’s hard to imagine a web-application which doesn’t has some validation logic for an user data. Almost all user’s data…
Read More » -
Core Java
Design Patterns: Prototype
The one of creational design patterns is a Prototype design pattern. Despite that the Prototype is the creational pattern it…
Read More » -
Core Java
Design Patterns: Builder
Sometimes there is a need to create a complex object in application. The one solution for this is a Factory…
Read More » -
Enterprise Java
Spring JPA Data + Hibernate + MySQL + Maven
Development of web-applications with the help of Spring MVC implies creation of several logical layers of architecture. One of the…
Read More » -
Enterprise Java
JUnit and Mockito cooperation
This time I want to make an overview of testing framework Mockito. Definitely this is one of the most popular…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 4 – radiobuttons
In the world of software development radiobuttons are essential part of graphic user interface. Spring MVC tag library provides special…
Read More » -
Enterprise Java
Spring MVC: form handling vol. 3 – checkboxes processing
I have already published the post about processing of ‘checkbox’ tag using Spring MVC tag library. Now I want to…
Read More »