November 11, 2013

Java-Based Frameworks Win Benchmark Shootout

Since March, software development firm TechEmpower has been running benchmark tests on well-known Web application server frameworks and publishing the results. They just published the results of the seventh round of testing, and Java-based frameworks like Gemini, Grizzly, Undertow, and Vertx led the pack. Many other popular choices like Ruby

How to Run the JUnit Testing Framework Using Apache Ant

This article will discuss the build tool Apache Ant and the unit testing framework JUnit. Both of these have become an integral part of Java development and are widely used in the Java world because many customers like to see the unit test log before exposing the code for system