Codebox Software

Pages tagged 'java'

Java related things

Homoglyph Detection

A big list of homoglyphs and some code to detect them

Microtypes in Java

The Benefits and Costs of using Microtypes in Java

Unit Testing Javabeans

A simple method for using reflection to unit test JavaBean classes with just a single line of code.

Java Library for Testing Asynchronous Systems

A simple Java library to help you write better tests for asynchronous systems

An Interview Question for Java Developers

An code review interview question for Java developers

Readable Regular Expressions Library

Java library for writing readable regular expressions.

Custom Checkstyle Rule Helper

A Java class to simplify writing custom Checkstyle rules that examine class imports

Accessing JSP values from JavaScript

Technique for providing safe, easy JavaScript access to data held in JSP variables.

HttpBuilder Utility

Construct custom HTTP requests using this Java application

JAR Search Script

Searches through all Java .jar files in the current directory, and in any sub-directories, looking for the class file that you specify. This can be very handy if you need to use a class in a Java programme, but aren't sure which .jar file contains it

URL Parsing from Java Servlets

How to access the various parts of a URL from within a Java Servlet