|
Dependencies
We will surely use
-
jUnit, toolset for writing unit tests.
-
log4j, well-designed logging facility.
-
Swing, the most common GUI library for Java applications. First implementation of Xermes client will be probably this one.
We may use
-
dom4j, DOM-like model of XMLs. Robust, stable, fast.., but reasonably not XForms-specific.
-
jxForms, specific DOM-like model of XForms compliant documents. Unable to parse (yet).
This list is not exhaustive.
|