VOOZH about

URL: https://www.javacodegeeks.com/author/frank-appel/page/4

⇱ Frank Appel, Author at Java Code Geeks - Page 4 of 5


  • Core Java👁 Image
    Frank AppelMarch 12th, 2014
    0 90

    Clean SWT Listener Notifcations with SWTEventHelper

    Writing tests for SWT based UIs often requires to notify widget listeners programmatically. Unfortunately the code to create, initialize and…

    Read More »
  • Software Development👁 Image
    Frank AppelFebruary 25th, 2014
    11 362

    Responsive UIs with Eclipse and SWT

    Recently I had the problem that my ‘well-conceived’ view design did not scale down reasonably. I realized that the flexibility…

    Read More »
  • Core Java👁 Image
    Frank AppelFebruary 19th, 2014
    0 118

    Mockito Templates for Eclipse

    Sometimes I miss the forest for the trees – and that for a disturbingly long time. I just became aware…

    Read More »
  • Desktop Java👁 Image
    Frank AppelFebruary 3rd, 2014
    1 147

    More Units with MoreUnit

    Just over a year ago I wrote a post about working with JUnit in Eclipse. One of the commenters recommended…

    Read More »
  • Enterprise Java👁 Image
    Frank AppelApril 14th, 2013
    1 106

    Running JUnit Tests Repeatedly Without Loops

    Recently I came across a problem where I had to write tests for a method that calculates randomly distributed values…

    Read More »
  • Core Java👁 Image
    Frank AppelNovember 28th, 2012
    0 198

    Working Efficiently with JUnit in Eclipse

    Recently I was dragged into a discussion1 with some test infected2 fellows about how we use JUnit within the Eclipse…

    Read More »
  • Enterprise Java👁 Image
    Frank AppelNovember 9th, 2012
    0 140

    Running HTTP/REST Integration Tests efficiently in Eclipse

    Lately I had a chance to use the OSGi-JAX-RS-Connector library written by my dear fellow Holger Staudacher. The connector enables…

    Read More »
  • Enterprise Java👁 Image
    Frank AppelNovember 8th, 2012
    0 263

    Stress/Load-Testing of Asynchronous HTTP/REST Services with JMeter

    Although I have been using JMeter for stress- and load-testing of web applications a good few times it took us…

    Read More »
  • Enterprise Java👁 Image
    Frank AppelNovember 5th, 2012
    0 186

    Performance Analysis of REST/HTTP Services with JMeter and Yourkit

    My last post described how to accomplish stress- or load-testing of asynchronous REST/HTTP services with JMeter. However, running such tests…

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