VOOZH about

URL: https://www.javacodegeeks.com/author/Orest-Ivasiv

⇱ Orest Ivasiv, Author at Java Code Geeks


  • Core Java👁 Image
    Orest IvasivOctober 7th, 2013
    18 922

    Java Object to Object Mapper

    I’ve been using Dozer some time on the project. But, recently I have got very interesting error which motivates me…

    Read More »
  • Desktop Java👁 Image
    Orest IvasivMay 2nd, 2013
    11 292

    Java PDF Libraries

    Recently I had a task to select some Java PDF libraries for PDF generation. But it wasn’t a simple task.…

    Read More »
  • Software Development👁 Image
    Orest IvasivFebruary 14th, 2013
    0 424

    Internationalization vs Localization (i18n vs l10n)

    I always had a trouble how to explain this subject to other people. That’s why I’ve decided to collect the…

    Read More »
  • Enterprise Java👁 Image
    Orest IvasivFebruary 7th, 2013
    1 937

    Jenkins hierarchical jobs and jobs status aggregation

    As you probably know, Jenkins is highly configurable CI server. We can setup different custom build process. And I’m going…

    Read More »
  • Software Development👁 Image
    Orest IvasivJanuary 1st, 2013
    0 112

    Jenkins enhancements without plugins

    Jenkins is a popular open source continuous integration server. I use it heavily. Jenkins is super extensible CI server with…

    Read More »
  • Core Java👁 Image
    Orest IvasivOctober 27th, 2012
    0 103

    Github Gists in Eclipse

    I’d like to describe simple steps regarding integrating GitHub Gists in Eclipse. There are several sources which provoke me to…

    Read More »
  • Enterprise Java👁 Image
    Orest IvasivOctober 3rd, 2012
    1 1,067

    Maven Build Number Plugin – Sample Usage

    Suppose we need to add a build number to some artifact (jar, war, etc.). Here I’d like to demonstrate the…

    Read More »
  • Core Java👁 Image
    Orest IvasivOctober 1st, 2012
    9 797

    Java Code Quality Tools – Overview

    Recently, I had a chance to present the subject at the local IT community meetup. Here is the basic presentation:…

    Read More »
Back to top button
Close