Java Tools Article Section Index
WaveMaker Brings RAD to the Cloud with One-Click Deployment
WaveMaker's development platform combines rapid application development and deployment using a PaaS model that employs Docker Containers.
Implementing Logging as an Aspect.
Eclipse 4 Among Projects Delivered in Eclipse Juno Release
Even through Eclipse 4 now is the default platform for the IDE, Java developers won't be using it just yet.
Build Automation Tool Gradle 1.0 Released
JxCapture 3.0 Supports Linux
TeamDev announces JxCapture 3.0 screen capture library featuring Linux x32/x64 support.
iText Java PDF Generator | PDF Reader
The iText library provides a PdfReader class that reads PDF files and converts them into new PDF documents. This is useful when new pages needs to be added to an existing PDF file or if you need to...more
iText Document Generator: PDF Generation Made Easy
The portable document format (PDF) is the most commonly used document format in the industry, mainly due to its simplicity and portability. PDF has become the standard format for generating company...more
Unit Testing Java Programs
Testing programs can be very boring. Especially testing other people's programs. And especially if you're a programmer. But programmers love to write programs, so why not let the programmers write ...more
Unit Testing Java Programs | Collecting Test Cases
During the development of a web-project you'll build more and more test cases, which all may be run individually, but often you'll want to run more or all of them in one go.
Unit Testing Java Programs | Junit
JUnit is a Java open source project which offers an extremely useful framework for unit testing.
Unit Testing Java Programs | The Round Class
For the Round class we'll need a method--newScore--to enter the strokes for the hole we've just played. To get the current score we define a method called currentScore.