VOOZH about

URL: https://www.javacodegeeks.com/author/peter-verhas/page/7

⇱ Peter Verhas, Author at Java Code Geeks - Page 7 of 12


  • Software Development👁 Image
    Peter VerhasFebruary 19th, 2016
    0 94

    Optimize the client for the server’s sake

    The Story Once upon a time there was an application that was running on some server and the client functionality…

    Read More »
  • Software Development👁 Image
    Peter VerhasFebruary 11th, 2016
    0 138

    The Little Architect

    Uncle Bob published recently an article titled “A Little Architecture“. The article is a conversation between a young developer and…

    Read More »
  • Core Java👁 Image
    Peter VerhasFebruary 4th, 2016
    0 127

    Creating proxy object using djcproxy

    During the last weeks I have shown how to create a proxy object using Java reflection API and cglib. In…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 30th, 2016
    0 213

    Creating a proxy object using cglib

    In the previous post I was talking about the standard Java based proxy objects. These can be used when you…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 28th, 2016
    0 177

    Java Dynamic Proxy

    Proxy is a design pattern. We create and use proxy objects when we want to add or modify some functionality…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 14th, 2016
    0 180

    Value types in Java: why should they be immutable?

    Value types need not be immutable. But they are. In the previous post I discussed the difference between pointers and…

    Read More »
  • Core Java👁 Image
    Peter VerhasJanuary 8th, 2016
    1 1,173

    Pointers in Java

    Are there pointers in Java? The short answer is “no, there are none” and this seems to be obvious for…

    Read More »
  • Software Development👁 Image
    Peter VerhasDecember 30th, 2015
    0 123

    Do Not Create DSL for the Customer

    Domain Specific Language (DSL) solutions are many times created with the intent to give a tool to the hands of…

    Read More »
  • Software Development👁 Image
    Peter VerhasNovember 12th, 2015
    0 100

    Do we need coding conventions?

    There are things that just come natural and we forget to wonder if it could be some other way. It…

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