You can use the following sample application to test the code examples on this page. To use the sample application, perform the following steps:
- Create a new Java project in your IDE.
- Install the {+driver-short+} in your Java project.
- Install the Project Reactor library in your Java project.
- Copy the following code and paste it into a new Java file named
IndexApp.java
. - Copy a code example from this page and paste it on the specified lines in the file.