Java PDF Blog » Ernest Duodu Feedhttps://blog.idrsolutions.com/author/ernest/PDF tips and JPedal highlightsen-US hourly 1How to test your Java Application using PMD, and Jenkinshttps://blog.idrsolutions.com/how-to-test-you-java-application-using-pmd-and-jenkins/Ernest DuoduThu, 30 Jul 2015 07:00:44 +0000https://blog.idrsolutions.com/?p=17785In the previous articles, Previous whilst working on various projects at IDR Solutions I went through the process of how to build your own...Setting up Continuous Testing with Jenkinshttps://blog.idrsolutions.com/setting-up-continuous-testing-with-jenkins/Ernest DuoduThu, 23 Jul 2015 08:20:04 +0000https://blog.idrsolutions.com/?p=17618Whether working on a small or or large project, it is always crucial to have some form of testing. At IDR Solutions we spend...How to Build Java Projects with Apache ANThttps://blog.idrsolutions.com/how-to-build-java-projects-with-apache-ant/Ernest DuoduTue, 21 Jul 2015 13:05:10 +0000https://blog.idrsolutions.com/?p=17732In this tutorial, i will show you how to build your Java Application with Apache Ant. At IDR Solutions 90% of our test is...How to upload your Java artifact to Maven Centralhttps://blog.idrsolutions.com/how-to-upload-your-java-artifact-to-maven-central/Ernest DuoduTue, 30 Jun 2015 09:20:08 +0000https://blog.idrsolutions.com/?p=17530Previously I wrote an article about hosting an artifact on GitHub. This time I will show you how to host it on Maven Central...How to convert an Ant NetBeans Plugin to a Maven NetBeans Pluginhttps://blog.idrsolutions.com/how-to-convert-an-ant-netbeans-plugin-to-a-maven-netbeans-plugin/Ernest DuoduTue, 09 Jun 2015 11:05:25 +0000https://blog.idrsolutions.com/?p=17367At IDR Solutions I spend a lot of time on working on the development of our Java PDF Library. Click here to read why...How to use GitHub hosted Maven artifact in NetBeans IDEhttps://blog.idrsolutions.com/how-to-use-github-hosted-maven-artifact-in-a-maven-project/Ernest DuoduThu, 04 Jun 2015 10:05:07 +0000https://blog.idrsolutions.com/?p=17353In my previous article I wrote, we went through a step by step process of creating a GitHub account and hosting our Maven artifact...How to host a Maven artifact on GitHubhttps://blog.idrsolutions.com/how-to-host-a-maven-artifact-on-github/Ernest DuoduTue, 02 Jun 2015 09:00:43 +0000https://blog.idrsolutions.com/?p=17215Recently at IDR Solutions, I have been working on converting our existing Ant NetBeans plugin to Maven. In order to do so I had...How to Create a JavaFX GUI using Scene Builder in NetBeanshttps://blog.idrsolutions.com/how-to-create-a-javafx-gui-using-scene-builder-in-netbeans/Ernest DuoduTue, 19 May 2015 07:30:43 +0000https://blog.idrsolutions.com/?p=16996At IDR Solutions I spend some of my time working with JPedal (our PDF Viewer which uses both Swing and JavaFX to provide some sophisticated...How to implement Drag and Drop Function in a JavaFX Applicationhttps://blog.idrsolutions.com/how-to-implement-drag-and-drop-function-in-a-javafx-application/Ernest DuoduTue, 05 May 2015 09:40:13 +0000https://blog.idrsolutions.com/?p=16697I have spent alot of time working on implementing more functionality of our JavaFX PDF Viewer. I recently added a drag and drop functionality...Java 8 Optional Explained in 5 minuteshttps://blog.idrsolutions.com/java-8-optional-class-explained-in-5-minutes/Ernest DuoduThu, 16 Apr 2015 09:30:04 +0000https://blog.idrsolutions.com/?p=16395At IDR Solutions we use Java 8 for the development of our products (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement).  This time...