VOOZH about

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

⇱ Michael Remijan, Author at Java Code Geeks


  • Core Java👁 Image
    Michael RemijanFebruary 13th, 2023
    1 10,757

    Creating, Signing, and Verifying JWT in Java

    Abstract You use JWTs don’t you? Everyone does, right? But do you know how to generate, sign, and verify them?…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanApril 28th, 2020
    0 545

    Apache Derby Database JVM Security Policy

    Abstract I have already posted a number of blogs about Derby: Derby Database Backup Multiple Derby Network Servers on the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanApril 27th, 2020
    1 7,801

    Encrypt with OpenSSL, Decrypt with Java, Using OpenSSL RSA Public Private Keys

    Abstract In 2017 I wrote a 3 part series on choosing the best hashing and encryption algorithms. While doing the…

    Read More »
  • Core Java👁 Image
    Michael RemijanMarch 4th, 2020
    1 427

    Explode a WAR File Recursively

    Abstract Ever need to explode a WAR file as well as exploding all JAR files in the WAR file? Ya,…

    Read More »
  • Core Java👁 Image
    Michael RemijanFebruary 29th, 2020
    0 701

    Discovering the Magic Version Number of .class Files

    Abstract What version of Java was used to create your .class files? For your own projects, this is easy to…

    Read More »
  • Enterprise Java👁 Image
    Michael RemijanFebruary 25th, 2020
    0 2,786

    Testing Maven Release Plugin Auto-Increment Version Number

    Abstract The Maven release plugin is a very powerful tool and I rely on it heavily for coordinating software releases.…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanFebruary 2nd, 2020
    0 1,306

    Java Mail Sent Over TLS

    Abstract The purpose of this blog is to demonstrate how to use Java Mail to send an email using an…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanFebruary 1st, 2020
    0 778

    Java Mail Sent Over SSL

    Abstract The purpose of this blog is to demonstrate how to use Java Mail to send an email using an…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Michael RemijanNovember 16th, 2018
    1 478

    Derby Database Backup

    Abstract I have already posted a number of blogs about Derby: Multiple Derby Network Servers on the same Host Apache…

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