>>
WEB References
>>
JBuildingBlocks
>>
monitorit
>>
monitorit
>>
JbbCore
Table of Contents
Documentation
As described in our
JBuildingBlocks overview, the JBuildingBlocks core are our core set of Java classes. They provide a multitude of generic services and form the foundation layer that is used for every single one of our applications.
The following list summarizes the
main classes for each package and it provides a link to a more
detailed documentation for each of those classes:
- "time" package:
- JbbDate: a powerful and extensive date and time manipulations class...
- JbbChronometer: a simple way to measure the elapsed time between 2 events...
- "string" package:
- JbbString: a powerful and extensive String manipulations class (including among other things email address validation...)...
- "classLoader" package:
- JbbClassPath: this class allows you to dynamically (i.e. while the program is executing as opposed to upon startup when the program is launched) load and add to the classpath of the virtual machine one or several JAR file(s)...
- "currency" package:
- JbbCurrency: a handy way of turning number values into currency representation
- "image" package:
- JbbImage: a handy utility class to manipulate images
- "sound" package:
- JbbSound: a handy utility class to interact with sound files or make a recording
- "XML" package:
- JbbDom: a handy utility class to interact with XML data
The
JavaDoc documentation for the entire set of classes is also available online but we strongly encourage you to look first at the above detailed documentation first.
Please feel free to contact us to provide your feedback/questions/comments/suggestions as well. We've spent a large amount of time to design and develop the corresponding software and all its associated documentation, we would love to hear from you!
Licensing
The JBuildingBlocks JbbCore.jar is a free software. Please
contact us for more details.
Download
The JbbCore.jar can be
downloaded here.
Release Notes