Skip to content
Navigation menu
Search
Powered by
Search
Algolia
Search
Log in
Create account
DEV Community
Close
Tutorials Series' Articles
Back to Roberto Gentili's Series
How to create your own dependency injection framework in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 6 '20
How to create your own dependency injection framework in Java
#
java
#
tutorial
#
dependency
#
injection
17
reactions
Comments
Add Comment
8 min read
How to find all the classes of a package in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 7 '20
How to find all the classes of a package in Java
#
java
#
tutorial
#
classpath
#
scanner
2
reactions
Comments
Add Comment
3 min read
How to get field values with Reflection and with direct memory access in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 7 '20
How to get field values with Reflection and with direct memory access in Java
#
java
#
tutorial
#
field
#
values
5
reactions
Comments
Add Comment
1 min read
Optimizing CPU usage by performing tasks in parallel with different priorities in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 8 '20
Optimizing CPU usage by performing tasks in parallel with different priorities in Java
#
java
#
tutorial
7
reactions
Comments
Add Comment
3 min read
How to bind methods or constructors to functional interfaces in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 8 '20
How to bind methods or constructors to functional interfaces in Java
#
java
#
tutorial
#
reflection
4
reactions
Comments
Add Comment
5 min read
Generating classes at runtime and invoking their methods with and without the use of Reflection in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 8 '20
Generating classes at runtime and invoking their methods with and without the use of Reflection in Java
#
java
#
tutorial
#
classes
#
generation
9
reactions
Comments
Add Comment
3 min read
A fast and flexible way to scan the class paths in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 8 '20
A fast and flexible way to scan the class paths in Java
#
java
#
tutorial
#
classpath
#
scanner
5
reactions
Comments
Add Comment
5 min read
Executing stringified source code in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 8 '20
Executing stringified source code in Java
#
java
#
tutorial
#
programming
#
generation
3
reactions
Comments
Add Comment
4 min read
How to scan the file system in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 9 '20
How to scan the file system in Java
#
java
#
tutorial
#
scan
#
programming
6
reactions
Comments
Add Comment
2 min read
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 10 '20
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java
#
java
#
tutorial
#
reflection
#
programming
2
reactions
Comments
Add Comment
2 min read
Making applications created with old Java versions work on Java 9 and later versions
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Dec 15 '20
Making applications created with old Java versions work on Java 9 and later versions
#
java
#
tutorial
#
adapter
#
programming
2
reactions
Comments
Add Comment
2 min read
How to generate and compile sources at runtime in Java
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Feb 4 '21
How to generate and compile sources at runtime in Java
#
java
#
tutorial
#
programming
3
reactions
Comments
Add Comment
3 min read
Iterating collections and arrays in parallel by setting thread priority
Roberto Gentili
Roberto Gentili
Roberto Gentili
Follow
for
Burningwave
Nov 16 '21
Iterating collections and arrays in parallel by setting thread priority
#
java
#
tutorial
#
programming
5
reactions
Comments
Add Comment
1 min read
We're a place where coders share, stay up-to-date and grow their careers.
Log in
Create account