PinnedBurningwaveBurningwave Core: a Java frameworks building libraryIn this article take a look at Burningwave Core, a new Java frameworks building libraryNov 2, 2020Nov 2, 2020
BurningwaveIterating collections and arrays in parallel by setting thread priorityIn this article take a look at how to iterate collections and arrays in parallel by setting thread priorityNov 17, 2021Nov 17, 2021
BurningwaveHow to generate and compile sources at runtime in JavaIn this article, learn how to generate and compile sources at runtime in Java with and without class loadingFeb 4, 2021Feb 4, 2021
BurningwaveMaking applications created with old java versions work on java 9 and later versionsIn this article take a look at how to adapt old Java applications to Java 9 and later versionsDec 15, 2020Dec 15, 2020
BurningwaveHandling privates and all other methods of an object in JavaIn this article take a look at how to invoke and handle methods of an object with and without the use of Reflection in JavaDec 10, 2020Dec 10, 2020
BurningwaveHow to bind methods or constructors to functional interfaces in JavaIn this article take a look at how to bind methods or constructors to functional interfaces in a general wayDec 9, 2020Dec 9, 2020
BurningwaveA fast and flexible way to scan the class paths in JavaIn this article take a look at how to scan class paths in Java by using a new class paths scannerDec 8, 2020Dec 8, 2020
BurningwaveHow to create your own Dependency injection framework in JavaImplement your own lightweight Dependency Injection in core Java without using any framework.Dec 4, 2020Dec 4, 2020
BurningwaveHow to get field values with Reflection and with direct memory access in JavaIn this article take a look at how to get field values in JavaNov 21, 2020Nov 21, 2020
BurningwaveHow to find all classes of a package in JavaIn this article take a look at how to find all classes of a package in JavaNov 15, 2020Nov 15, 2020