VOOZH about

URL: https://www.javacodegeeks.com/author/Adrianos-Dadis/page/2

⇱ Adrianos Dadis, Author at Java Code Geeks - Page 2 of 2


  • Software Development👁 Image
    Adrianos DadisNovember 12th, 2012
    1 193

    Invaluable books for an enterprise software engineer

    I am again in the design phase of a very large project. The project context is to provide a new…

    Read More »
  • Software Development👁 Image
    Adrianos DadisSeptember 5th, 2012
    0 167

    Version control branching strategies

    Almost two years ago we started a new project (related to SOA/BPM infrastructure) on a large telco organization. Project is…

    Read More »
  • Core Java👁 Image
    Adrianos DadisAugust 7th, 2012
    0 183

    Java Thread at RUNNABLE state is not really running

    Recently, I was doing an analysis/tuning on a Java application server installation in order to identify the bottlenecks and fix…

    Read More »
  • Core Java👁 Image
    Adrianos DadisJune 25th, 2012
    0 211

    JRockit – JRCMD useful commands

    I have been using JRockit since many years 2007. I find it slower than Hotspot, but it has been always…

    Read More »
  • Software Development👁 Image
    Adrianos DadisMarch 13th, 2012
    0 186

    Setup Git server with read/write HTTPS on Debian

    Three months ago we decided to move our projects to Git. I guess you already know the advantages of Git…

    Read More »
  • Core Java👁 Image
    Adrianos DadisNovember 25th, 2011
    0 370

    Beneficial CountDownLatch and tricky java deadlock

    Have you ever used java.util.concurrent.CountDownLatch? It’s a very convenience class to achieve synchronization between two or more threads, where allows…

    Read More »
  • Core Java👁 Image
    Adrianos DadisOctober 20th, 2011
    0 325

    Concurrency optimization – Reduce lock granularity

    Performance is very important in high load multi-threaded applications. Developers must be aware of concurrency issues in order to achieve…

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