Posts for 2026-07

Posts published in this month
  • Spring Security - Roles and Privileges

    Spring Security is a powerful and highly customizable authentication and access-control framework for Java applications. One of the key aspects of Spring...

  • Spring HTTP/HTTPS Channel Security

    In modern web applications, security is of utmost importance. Spring, a popular Java framework, provides a robust set of tools to handle various security...

  • Guava Set + Function = Map

    In Java programming, the Google Guava library provides a rich set of utility classes and functions that can significantly simplify the development process. One...

  • A Guide to Apache CXF with Spring

    Apache CXF is a popular open - source framework for building web services. It supports various web service standards such as SOAP, REST, and XML - based...

  • Intro to JaCoCo

    In the world of software development, ensuring the quality of your code is of utmost importance. One crucial aspect of code quality is code coverage, which...

  • Jackson vs Gson: A Comprehensive Comparison

    In the world of Java programming, dealing with JSON (JavaScript Object Notation) data is a common task. JSON is a lightweight data - interchange format that is...