VOOZH about

URL: https://www.javacodegeeks.com/author/Alex-Soto/page/6

⇱ Alex Soto, Author at Java Code Geeks - Page 6 of 8


  • Core Java👁 Image
    Alex SotoNovember 15th, 2012
    12 239

    Avoiding FORs – Anti-If Campaign

    Have you ever wondered how FORs impact your code? How they are limiting your design and more important how they are…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoSeptember 25th, 2012
    0 177

    Testing client side of RESTful services

    Develop an application that uses RESTful web API may imply developing server and client side. Writing integration tests for server…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoSeptember 6th, 2012
    2 162

    Jenkins: Deploying JEE Artifacts

    With the advent of Continuous Integration and Continuous Delivery , our builds are split into different steps creating the deployment…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex SotoAugust 27th, 2012
    1 1,136

    Observer Pattern with Spring Events

    INTRODUCTION The essence of the Observer Pattern is to ‘Define a one-to-many dependency between objects so that when one object…

    Read More »
  • Software Development👁 Image
    Alex SotoAugust 3rd, 2012
    0 101

    Build Flow Jenkins Plugin

    Most of us we are using Jenkins/Hudson to implement Continuous Integration/Delivery, and we manage job orchestration combining some Jenkins plugins…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoJuly 30th, 2012
    1 159

    Answering with Mockito

    When you are writing unit tests, you must keep in mind to not have dependencies to external components. To avoid…

    Read More »
  • Core Java👁 Image
    Alex SotoJune 28th, 2012
    1 940

    Bye, Bye, 5 * 60 * 1000 //Five Minutes, Bye, Bye

    In this post I am going to talk about one class that was first introduced in version 1.5, that I…

    Read More »
  • Enterprise Java👁 Image
    Alex SotoJune 21st, 2012
    0 103

    NoSQLUnit 0.3.0 Released

    Introduction Unit testing is a method by which the smallest testable part of an application is validated. Unit tests must…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Alex SotoJune 10th, 2012
    3 303

    Testing Abstract Classes and Template Method Pattern

    From wikipedia “A template method defines the program skeleton of an algorithm. One or more of the algorithm steps can…

    Read More »
  • First
  • ...
  • «
  • 4
  • 5
  • 6
  • 7
  • 8
  • »
Back to top button
Close