Java PDF Blog » Kieran France Feed https://blog.idrsolutions.com/author/kieranf/ PDF tips and JPedal highlights en-US hourly 1 Java versions and features https://blog.idrsolutions.com/java-versions-and-features/ Kieran France Wed, 15 May 2024 13:05:21 +0000 https://blog.idrsolutions.com/?p=33755 Java 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 19 https://blog.idrsolutions.com/why-change-to-path2d-bounds-in-java-19/ Kieran France Wed, 17 Aug 2022 08:00:18 +0000 https://blog.idrsolutions.com/?p=30410 We 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 France Tue, 15 Dec 2020 14:40:27 +0000 https://blog.idrsolutions.com/?p=28508 When 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 France Tue, 15 Dec 2020 14:36:59 +0000 https://blog.idrsolutions.com/?p=28553 When 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 13 https://blog.idrsolutions.com/reimplementation-the-legacy-socket-api-in-java-13/ Kieran France Wed, 25 Sep 2019 09:59:52 +0000 https://blog.idrsolutions.com/?p=26238 The 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 13 https://blog.idrsolutions.com/how-to-improve-switch-statements-using-java-13/ Kieran France Mon, 16 Sep 2019 10:45:42 +0000 https://blog.idrsolutions.com/?p=26143 Improvements 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 13 https://blog.idrsolutions.com/improved-garbage-collection-in-java-13/ Kieran France Wed, 11 Sep 2019 10:14:19 +0000 https://blog.idrsolutions.com/?p=26129 The 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 easier https://blog.idrsolutions.com/how-java-12-has-made-microbenchmarking-easier/ Kieran France Thu, 28 Mar 2019 09:37:08 +0000 https://blog.idrsolutions.com/?p=25285 This 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 – Loom https://blog.idrsolutions.com/openjdk-projects-you-should-know-about-loom/ Kieran France Wed, 20 Feb 2019 13:25:54 +0000 https://blog.idrsolutions.com/?p=24958 This 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 Jenkins https://blog.idrsolutions.com/tips-transitioning-hudson-jenkins/ Kieran France Wed, 20 Jun 2018 13:11:49 +0000 https://blog.idrsolutions.com/?p=23638 Transitioning from Hudson to Jenkins is actually quite simple once you get into it. Whilst we were making our transitions we found some issues...