Java PDF Blog » Ovidijus Okinskas Feed https://blog.idrsolutions.com/author/ovi/ PDF tips and JPedal highlights en-US hourly 1 What is a package manager and why should you use one? https://blog.idrsolutions.com/what-is-a-package-manager-and-why-should-you-use-one/ Ovidijus Okinskas Wed, 11 Jul 2018 12:54:47 +0000 https://blog.idrsolutions.com/?p=23650 What is a package manager and why is it useful? A package manager is a programming language’s tool to create project environments and easily... Why we use Hudson and Jenkins https://blog.idrsolutions.com/why-we-use-hudson-and-jenkins/ Ovidijus Okinskas Wed, 06 Jun 2018 12:53:28 +0000 https://blog.idrsolutions.com/?p=23555 Hudson is a continuous integration server for Java development. The development of this platform started with Hudson while Jenkins was forked from Hudson when... 5 tips for getting the most out of Apache NetBeans Day UK https://blog.idrsolutions.com/5-tips-for-getting-the-most-out-of-apache-netbeans-day-uk/ Ovidijus Okinskas Fri, 20 Apr 2018 08:21:59 +0000 https://blog.idrsolutions.com/?p=23440 Apache NetBeans Day UK 2018 is fast approaching – Friday 27th April at the University of Greenwich. If you have not yet registered for... How to run CheckStyle, PMD and FindBugs from Maven https://blog.idrsolutions.com/how-to-run-checkstyle-pmd-and-findbugs-from-maven/ Ovidijus Okinskas Wed, 21 Mar 2018 14:24:11 +0000 https://blog.idrsolutions.com/?p=23013 What is static program analysis? Static analysis provides testing against code bases and binaries without the execution of any code. IDEs do this too...