Java PDF Blog » Ernest Duodu Feed https://blog.idrsolutions.com/author/ernest/ PDF tips and JPedal highlights en-US hourly 1 How to test your Java Application using PMD, and Jenkins https://blog.idrsolutions.com/how-to-test-you-java-application-using-pmd-and-jenkins/ Ernest Duodu Thu, 30 Jul 2015 07:00:44 +0000 https://blog.idrsolutions.com/?p=17785 In 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 Jenkins https://blog.idrsolutions.com/setting-up-continuous-testing-with-jenkins/ Ernest Duodu Thu, 23 Jul 2015 08:20:04 +0000 https://blog.idrsolutions.com/?p=17618 Whether 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 ANT https://blog.idrsolutions.com/how-to-build-java-projects-with-apache-ant/ Ernest Duodu Tue, 21 Jul 2015 13:05:10 +0000 https://blog.idrsolutions.com/?p=17732 In 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 Central https://blog.idrsolutions.com/how-to-upload-your-java-artifact-to-maven-central/ Ernest Duodu Tue, 30 Jun 2015 09:20:08 +0000 https://blog.idrsolutions.com/?p=17530 Previously 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 Plugin https://blog.idrsolutions.com/how-to-convert-an-ant-netbeans-plugin-to-a-maven-netbeans-plugin/ Ernest Duodu Tue, 09 Jun 2015 11:05:25 +0000 https://blog.idrsolutions.com/?p=17367 At 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 IDE https://blog.idrsolutions.com/how-to-use-github-hosted-maven-artifact-in-a-maven-project/ Ernest Duodu Thu, 04 Jun 2015 10:05:07 +0000 https://blog.idrsolutions.com/?p=17353 In 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 GitHub https://blog.idrsolutions.com/how-to-host-a-maven-artifact-on-github/ Ernest Duodu Tue, 02 Jun 2015 09:00:43 +0000 https://blog.idrsolutions.com/?p=17215 Recently 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 NetBeans https://blog.idrsolutions.com/how-to-create-a-javafx-gui-using-scene-builder-in-netbeans/ Ernest Duodu Tue, 19 May 2015 07:30:43 +0000 https://blog.idrsolutions.com/?p=16996 At 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 Application https://blog.idrsolutions.com/how-to-implement-drag-and-drop-function-in-a-javafx-application/ Ernest Duodu Tue, 05 May 2015 09:40:13 +0000 https://blog.idrsolutions.com/?p=16697 I 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 minutes https://blog.idrsolutions.com/java-8-optional-class-explained-in-5-minutes/ Ernest Duodu Thu, 16 Apr 2015 09:30:04 +0000 https://blog.idrsolutions.com/?p=16395 At 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...