VOOZH about

URL: https://www.javacodegeeks.com/author/Alex-Collins

⇱ Alex Collins, Author at Java Code Geeks


  • Core Java👁 Image
    Alex CollinsSeptember 10th, 2013
    0 285

    Thread Jiggling

    Overview Thread jiggler is a simple testing framework for exercising code to find threading problems. It works by modifying classes…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsDecember 17th, 2012
    0 113

    Tips for Writing Maven Plugins

    I’ve spent a lot of time recently writing or working on plugins for Maven recently. They’re simple, rewarding and fun…

    Read More »
  • Software Development👁 Image
    Alex CollinsOctober 3rd, 2012
    0 153

    Opinion: Performance Testing

    Performance tuning an application is time consuming, and expensive. Useful tests often need dedicated hardware to run on. It’s specialised…

    Read More »
  • Software Development👁 Image
    Alex CollinsSeptember 21st, 2012
    0 160

    An unambiguous software version scheme

    When people talk about software versioning schemes they often refer to the commonly used X.Y.Z numerical scheme for versioning. This…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsSeptember 13th, 2012
    0 1,759

    5 Tips for Unit Testing Threaded Code

    Here’s a few tips on how take make testing your code for logical correctness (as opposed to multi-threaded correctness). I…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsAugust 30th, 2012
    0 107

    Tips for testing with Java

    Introduction I love automated testing. In a rare diversion into op-ed1 I thought a put few thoughts (read – opinions)…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsJuly 6th, 2012
    0 174

    Tomcat Context JUnit @Rule

    A first draft of a JUnit @Rule that create the test context. This can be used with the Spring context…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Alex CollinsMay 23rd, 2012
    3 182

    Tutorial: Hibernate, JPA & Spring MVC – Part 2

    This tutorial will show you how to take a basic Hibernate/JPA app, convert it into a Spring MVC web project…

    Read More »
  • Enterprise Java👁 Image
    Alex CollinsMay 23rd, 2012
    4 841

    Tutorial: Hibernate, JPA – Part 1

    This is the first part of tutorial about using Hibernate and JPA. This part is an introduction to to JPA…

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