VOOZH about

URL: https://www.javacodegeeks.com/author/michael-good

⇱ Michael Good, Author at Java Code Geeks


  • Enterprise Java👁 java-interview-questions-answers
    Michael GoodSeptember 14th, 2020
    0 3,326

    AWS Glue – Can not create a Path from an empty string

    1. Overview I was receiving this error while trying to run an AWS Glue job that communicated with a DB2…

    Read More »
  • Enterprise Java👁 Image
    Michael GoodJanuary 29th, 2019
    0 1,668

    Spring Data Redis: High-Availability with Sentinel

    1. Overview For high-availability with Redis, we can use Spring Data Redis’ support for Redis Sentinel. With Sentinel, we can…

    Read More »
  • DevOps👁 Image
    Michael GoodJanuary 16th, 2019
    0 125

    DevSecOps for Authorization

    1. Overview What is DevSecOps? DevSecOps refers to the strategy of development, security, and operations teams working hand-in-hand on their…

    Read More »
  • Enterprise Java👁 Image
    Michael GoodJanuary 14th, 2019
    0 313

    Grails with Spring Security

    1. Overview of Spring Security Integration with Grails Spring Security touts a number of authentication, authorization, instance-based, and various other…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michael GoodJanuary 4th, 2019
    0 544

    Expression-Based Access Control

    1. Overview Today, we’ll be reviewing the differences between Expression-Based Access Control (EBAC), Role Based Access Control (RBAC), and Attribute…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael GoodOctober 23rd, 2018
    0 197

    Resource and Dependency Injection in Java EE 7

    1. Overview Contexts and Dependency Injection (CDI) is a feature of Java EE that helps meld the web tier and…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael GoodJuly 4th, 2018
    0 273

    Authorizing Resources Based On Who Created Them

    A colleague of mine pointed me to an interesting question on StackOverflow and suggested it may be a good one…

    Read More »
  • Enterprise Java👁 Image
    Michael GoodFebruary 21st, 2018
    0 204

    Selenium with Java: Google Search

    1. Overview In this tutorial, we will be exploring the basics of how to use Selenium with Java. We will…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Michael GoodJanuary 22nd, 2018
    0 906

    Converting HTML to RichTextString for Apache POI

    1. Overview In this tutorial, we will be building an application that takes HTML as an input and creates a…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close