Java PDF Blog » Kieran France Feedhttps://blog.idrsolutions.com/author/kieranf/PDF tips and JPedal highlightsen-US hourly 1Java versions and featureshttps://blog.idrsolutions.com/java-versions-and-features/Kieran FranceWed, 15 May 2024 13:05:21 +0000https://blog.idrsolutions.com/?p=33755Java features we are looking forward to using One of the down sides to supporting older versions of Java is not being able make...Why Change To Path2D Bounds in Java 19https://blog.idrsolutions.com/why-change-to-path2d-bounds-in-java-19/Kieran FranceWed, 17 Aug 2022 08:00:18 +0000https://blog.idrsolutions.com/?p=30410We have recently completed testing our products on Java 19. As of its release BuildVu, FormVu, JDeli, and JPedal will officially support Java 19....How to display base64 images in HTML (Tutorial)https://blog.idrsolutions.com/how-to-display-base64-images-in-html/Kieran FranceTue, 15 Dec 2020 14:40:27 +0000https://blog.idrsolutions.com/?p=28508When creating HTML files you can display base64 images by several means using local images, external URLs, and by embedding the image as base64...How to embed base64 images in SVG (Tutorial)https://blog.idrsolutions.com/how-to-embed-base64-images-in-svg/Kieran FranceTue, 15 Dec 2020 14:36:59 +0000https://blog.idrsolutions.com/?p=28553When creating SVG files you can include images by several means using local images, external URLs, and using base64 images. This tutorial covers how...Reimplementation the Legacy Socket API in Java 13https://blog.idrsolutions.com/reimplementation-the-legacy-socket-api-in-java-13/Kieran FranceWed, 25 Sep 2019 09:59:52 +0000https://blog.idrsolutions.com/?p=26238The Java Socket API has been with us for over 20 years now. In that time it has been maintained and updated, but eventually,...How to improve switch statements after Java 13https://blog.idrsolutions.com/how-to-improve-switch-statements-using-java-13/Kieran FranceMon, 16 Sep 2019 10:45:42 +0000https://blog.idrsolutions.com/?p=26143Improvements to the use of switch statements was first previewed in Java 12 with JEP-325. Some JEPs are released as previews to allow the...Improved Garbage Collection in Java 13https://blog.idrsolutions.com/improved-garbage-collection-in-java-13/Kieran FranceWed, 11 Sep 2019 10:14:19 +0000https://blog.idrsolutions.com/?p=26129The JVM has several Garbage Collectors available that you are able to specify, each with its own advantages. In Java 11 the Z Garbage...How Java 12 has made microbenchmarking easierhttps://blog.idrsolutions.com/how-java-12-has-made-microbenchmarking-easier/Kieran FranceThu, 28 Mar 2019 09:37:08 +0000https://blog.idrsolutions.com/?p=25285This month we are focusing on Java 12 new features you should know about. In other articles, we looked at improvements to Garbage Collection, Java...OpenJDK projects you should know about – Loomhttps://blog.idrsolutions.com/openjdk-projects-you-should-know-about-loom/Kieran FranceWed, 20 Feb 2019 13:25:54 +0000https://blog.idrsolutions.com/?p=24958This month we are focusing our articles on various OpenJDK projects that are currently in development. So far we have already covered Projects Valhalla, Panama,...Tips for transitioning from Hudson to Jenkinshttps://blog.idrsolutions.com/tips-transitioning-hudson-jenkins/Kieran FranceWed, 20 Jun 2018 13:11:49 +0000https://blog.idrsolutions.com/?p=23638Transitioning from Hudson to Jenkins is actually quite simple once you get into it. Whilst we were making our transitions we found some issues...