Explore >> Select a destination


You are here

codingcraftsman.wordpress.com
| | imalittletester.com
11.1 parsecs away

Travel
| | When writing tests that require the generation of random strings, a very useful class can come in handy, namely RandomStringUtils from the Apache Commons Langs utilities library. It can be used for generating string that contain only letters, only numbers, both, these and other characters. Using the class in your project To use the RandomStringUtils...
| | openliberty.io
17.4 parsecs away

Travel
| | Learn how to write simple and effective integration tests that run against your real application's Docker container. No mock objects needed.
| | blog.jeff-media.com
8.1 parsecs away

Travel
| | Spigot uses Log4j to log console output, hence making it easy to listen to incoming console messages, or to block certain console messages from appearing. Prequisities You need to have Log4J on your classpath. We simply add the dependency to our pom.xml using the provided scope, as Spigot already contains those classes on runtime: Create...
| | www.jrebel.com
102.1 parsecs away

Travel
| The JEP 359: Records preview language feature proposes an easier, clearer way to write data aggregate classes in Java. See more.