You are here |
renato.athaydes.com | ||
| | | |
www.morling.dev
|
|
| | | | 27 years of age, and alive and kicking?-?The Java platform regularly comes out amongst the top contenders in rankings like the TIOBE index. In my opinion, rightly so. The language is very actively maintained and constantly improved; its underlying runtime, the Java Virtual Machine (JVM), is one of, if not the most, advanced runtime environments for managed programming languages. There is a massive eco-system of Java libraries which make it a great tool for a large number of use cases, ranging from comman... | |
| | | |
phil.lavin.me.uk
|
|
| | | | Intro It feels like quite a common requirement to want to sanitise your Java application logs to remove passwords, PII, | |
| | | |
codingcraftsman.wordpress.com
|
|
| | | | Note: if you want to see how to intercept actual logging calls, then keep reading. If you want a quick and easy way to see what appears in logs that also go to System.out then there's an easier, though less powerful, way. Background This is an update to the very helpful work done here. I... | |
| | | |
mydeveloperplanet.com
|
|
| | This blog introduces Cucumber, a tool for Behavior-Driven Development (BDD) in Java applications. It covers the project setup using Maven, writing scenarios in GWT notation, implementing application logic, step definitions, adding extra scenarios, using tags, and generating reports. It shows how Cucumber integrates with JUnit and Assertions in Java. |