VOOZH about

URL: https://www.javacodegeeks.com/author/Dustin-Marx/page/27

⇱ Dustin Marx, Author at Java Code Geeks - Page 27 of 46


  • Software Development👁 Image
    Dustin MarxSeptember 14th, 2015
    0 2,396

    Passing Arrays to a PostgreSQL PL/pgSQL Function

    It can be handy to pass a collection of strings to a PL/pgSQL stored function via a PostgreSQL array. This…

    Read More »
  • Software Development👁 Image
    Dustin MarxSeptember 7th, 2015
    5 126

    The Latest Twist in the Java IDE Wars: Subscription-based IntelliJ IDEA

    I’ve been watching with some interest the discussion surrounding this past week’s announcement that JetBrains is moving to an Adobe-like…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 25th, 2015
    0 1,503

    Setting PostgreSQL psql Variable Based Upon Query Result

    When using PostgreSQL‘s psql command-line tool to interact with a PostgreSQL database via operator interaction or script, it is not…

    Read More »
  • Software Development👁 Image
    Dustin MarxAugust 24th, 2015
    0 128

    Procedure-Like Functions in PostgreSQL PL/pgSQL

    PostgreSQL does not support stored procedures in the sense that a database such as Oracle does, but it does support…

    Read More »
  • Core Java👁 Image
    Dustin MarxAugust 4th, 2015
    0 238

    Java Numeric Formatting: DecimalFormat

    In the post Java Numeric Formatting, I described and demonstrated some of the useful instances provided by NumberFormat static methods…

    Read More »
  • Enterprise Java👁 Image
    Dustin MarxJuly 24th, 2015
    0 113

    Using Hibernate Bean Validator in Java SE

    The main Bean Validation page states that “Bean Validation is a Java specification which … runs in Java SE but…

    Read More »
  • Core Java👁 Image
    Dustin MarxJuly 7th, 2015
    0 186

    Windows Registry Cleanup after JDK 9 Early Release Installation

    In my last blog post, I demonstrated resolution of issues surrounding the Oracle Java symbolic links (C:\ProgramData\Oracle\Java\javapath\ directory on Windows-based…

    Read More »
  • Core Java👁 Image
    Dustin MarxJuly 3rd, 2015
    0 234

    Oracle Java on Windows

    I recently downloaded an early access release of JDK 9 (build 68) for my Windows 7-based laptop. Because this is…

    Read More »
  • Enterprise Java👁 Image
    Dustin MarxJune 30th, 2015
    1 4,736

    Generating JSON Schema from XSD with JAXB and Jackson

    In this post, I demonstrate one approach for generating JSON Schema from an XML Schema (XSD). While providing an overview…

    Read More »
  • First
  • ...
  • 10
  • 20
  • «
  • 26
  • 27
  • 28
  • »
  • 30
  • 40
  • ...
  • Last
Back to top button
Close