How to create SBOMs in Java with Maven and GradleWhen building applications in Java, we highly depend on external libraries and frameworks. And each Java package that is imported likely…Nov 7, 2022Nov 7, 2022
How to use Java DTOs to stay secureData Transfer Objects (DTOs) in Java are objects that transport data between subsystems. It is an enterprise design pattern to aggregate…Oct 11, 2022Oct 11, 2022
Best practices for managing Java dependenciesCreating Java applications is great, and many resources are available. To speed up development, many folks use frameworks and libraries…Sep 5, 2022Sep 5, 2022