|
|
|
Java Technology Tutorials
|
Approaches to
Mocking
Approaches to Mocking
Extreme Programming
(XP) is a greater emphasis on unit testing. Axiomatic to the success of unit tests is the fact that they are meant to be very fine-grained, ideally dealing with each method on a single object in turn. This is fi
View Rating |
|
|
Java Technology Tutorials
|
Jericho HTML Parser
Jericho HTML Parser
Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It can als
View Rating |
|
|
Java Technology Tutorials
|
SMTP2SMS
SMTP2SMS
SMTP2SMS is a SMS client for sending SMS to the mobile for which EMAIL2SMS service is provided. It uses SMTP for sending SMS. Currently the code comes with a configurable Operators list (pre-configured for several Indian Mobile Operators)
View Rating |
|
|
Java Technology Tutorials
|
Quantity/Formatter
Library
Quantity/Formatter Library
Library made with the quantity/formatter pattern. (Currency/CurrencyFormat, Density/DensityFormat, Dimension/DimensionFormat, Distance/DistanceFormat, ElapsedTime/ElapsedTimeFormat, Temperature/TemperatureFormat, Volume/VolumeF
View Rating |
|
|
Java Technology Tutorials
|
StringSearch
StringSearch
StringSearch - high-performance pattern matching algorithms in Java
The Java language lacks fast string searching algorithms. The StringSearch library provides implementations of algorithms of the Boyer-Moore family and the Shift-Or (bit
View Rating |
|
|