VOOZH about

URL: https://www.javacodegeeks.com/author/Enrico-Crisostomo

⇱ Enrico Crisostomo, Author at Java Code Geeks


  • Enterprise Java👁 Image
    Enrico CrisostomoApril 17th, 2018
    0 319

    jwt-cli: A Shell Library to Decode JSON Web Tokens (JWT Tokens)

    When I started having the need of decoding JSON Web Tokens quite often, I felt the urge of writing a…

    Read More »
  • DevOps👁 Image
    Enrico CrisostomoOctober 27th, 2014
    0 190

    Installing Drupal on FreeBSD

    Drupal ports have been available on FreeBSD since quite a long time, and binary packages can be installed very quickly.…

    Read More »
  • DevOps👁 Image
    Enrico CrisostomoJune 25th, 2014
    0 151

    Installing Logstash v 1.4 (and Greater) on FreeBSD

    In a previous post I described how to install Logstash (v. 1.3 and previous) on FreeBSD and in this post…

    Read More »
  • Enterprise Java👁 Image
    Enrico CrisostomoDecember 23rd, 2011
    7 5,104

    Google Authenticator: Using It With Your Own Java Authentication Server

    The Google Authenticator application for mobile devices is a very handy application that implements the TOTP algorithm (specified in RFC…

    Read More »
  • Core Java👁 Image
    Enrico CrisostomoDecember 20th, 2011
    5 579

    Using a ThreadPoolExecutor to Parallelize Independent Single-Threaded Tasks

    The task execution framework, introduced in Java SE 5.0, is a giant leap forward to simplify the design and the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 15th, 2011
    0 286

    EJB 3.1 Global JNDI Access

    As outlined in the previous parts of this series, the major drawback of the EJB v. 3.0 Specification was the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 15th, 2011
    1 345

    References to EJBs Outside Your Application With Oracle WebLogic

    In the previous posts we made an overview of the EJB v. 3.0 and of the portable mechanisms it provides…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 14th, 2011
    0 300

    EJB Programmatic Lookup

    In our previous post we learnt about EJB references and EJB injection. Even though EJB injection is a powerful container…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Enrico CrisostomoAugust 12th, 2011
    0 437

    Basic EJB References, Injection and Lookup

    In the first part of this series we’ve introduced the mechanisms provided by the Enterprise JavaBeans v. 3.0 Specification to…

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