VOOZH about

URL: https://www.javacodegeeks.com/author/alexey-zvolinskiy/page/5

⇱ Alexey Zvolinskiy, Author at Java Code Geeks - Page 5 of 7


  • Enterprise Java👁 spring-interview-questions-answers
    Alexey ZvolinskiyJuly 2nd, 2013
    11 845

    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👁 Image
    Alexey ZvolinskiyJune 19th, 2013
    0 131

    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-interview-questions-answers
    Alexey ZvolinskiyJune 13th, 2013
    6 1,345

    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👁 Image
    Alexey ZvolinskiyJune 7th, 2013
    0 103

    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👁 Image
    Alexey ZvolinskiyJune 4th, 2013
    0 152

    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👁 Image
    Alexey ZvolinskiyMay 31st, 2013
    17 479

    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👁 Image
    Alexey ZvolinskiyMay 22nd, 2013
    1 146

    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-interview-questions-answers
    Alexey ZvolinskiyMay 20th, 2013
    0 154

    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-interview-questions-answers
    Alexey ZvolinskiyMay 13th, 2013
    4 151

    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 »
  • First
  • ...
  • «
  • 3
  • 4
  • 5
  • 6
  • 7
  • »
Back to top button
Close