|
References
- ASM
(2.0). PerformanceMonster's instrumentation feature uses ASM to alter
classes in your program at run-time. Simple, but powerful framework.
- EasyMock (2.0). Really cool
tool that makes testing with mock objects quite fun.
- Jakarta-regexp
(1.3). The functionality of this package is included in Java 5, but
jfcUnit requires this package anyway.
- jfcUnit
(2.08). Creating unit tests for GUIs is pretty easy with this
framework.
- JUnit (3.8.1). Used for
testing. Excellent, simple framework.
- JWSDP
(1.6). The JAXB tool, included in the JWSDP, makes it extremely easy
to create an XML interface to an application. PerformanceMonster uses
this for loading and saving data. JAXB will be part of the Java 6.0
release.
- Log4J
(1.2.9). PerformanceMonster uses Log4J internally for logging, and
furthermore provides an Appender for connecting your running program
automatically to a running PerformanceMonster instance. Nice.
- SwingX. Some commonly
needed additions to Swing.
- VLDocking (2.0.5)
Eclipse- or NetBeans-like docking system. Extremely easy to use.
|