VOOZH about

URL: https://www.javacodegeeks.com/author/sebastian-daschner/page/9

⇱ Sebastian Daschner, Author at Java Code Geeks - Page 9 of 10


  • Software Development👁 Image
    Sebastian DaschnerApril 20th, 2018
    0 111

    Custom Git subcommands

    Heavy users of Git often find themselves writing their own Git shortcuts or scripts which combine multiple Git commands for…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerApril 11th, 2018
    0 130

    Strategy Pattern with CDI and lambdas

    The strategy design pattern dynamically chooses an implementation algorithm, a strategy, at runtime. The pattern can be used to select…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerFebruary 21st, 2018
    0 147

    Java code style operator new line formatting

    Last week, I discovered what helped me deciding on what I have struggled with for a longer time: whether to…

    Read More »
  • Enterprise Java👁 Image
    Sebastian DaschnerJanuary 29th, 2018
    0 275

    PostgreSQL on Open Liberty

    Open Liberty is an interesting new OSS Java EE application server that originated from WebSphere Liberty. You can configure Open…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerJanuary 22nd, 2018
    0 99

    EnumSet for enum collections

    In the last blog post we discovered EnumMaps for mappings with enum keys. You might have observed that there is…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerJanuary 22nd, 2018
    0 139

    Mapping enum keys with EnumMaps

    Here’s a type that has been around in the JDK for a while and that comes in handy when we…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerJanuary 2nd, 2018
    0 122

    Transactional exception handling in CDI

    In Java EE, exceptions that are raised during the execution of a transactional business method cause the transaction to rollback.…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerJanuary 2nd, 2018
    0 128

    Write custom AssertJ assertions

    AssertJ is an alternative matching library to the widely used Hamcrest matchers. For my own projects I in fact have…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Sebastian DaschnerDecember 28th, 2017
    0 148

    Caching method results with JCache

    In JCache there is a handy functionality that transparently caches the result of methods. You can annotate methods of managed…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
Back to top button
Close