When developing corporate-level business applications (Enterprise Scale) customers often requires implementing support for extensibility of the application object model not modifying the system source code. Use of extensible domain model allows for develo
The project is a set of experimental autonomous computing technologies which self-configure, share meta-data and interact with each other in a way that provides the greatest benefit with the least human intervention.
StaxMate is a light-weight framework that adds convenience to streaming XML-processing , without significant additional overhead. It builds on top of a StAX processors such as Woodstox , and offers two basic abstractions: * Cursors, which build on XMLStre
CH_* - Metric that illustrates how value of metric * for a package was changed over the time. Positive number shows increase in value, negative - decrease.
CH_CLOC - Change in Number of Lines that contain comments.
CH_NCSS - Change in Number of non Commenting Source Statements. NCSS counts the number of source statements excluding blank lines, and comments. The value is not affected by the code style.
CH_NOM - Change in Number of Methods in the package.
CH_WMC - Change in Weighted Method Count. WMC is the sum of the McCabe's Cyclomatic Complexity values of all methods in the package.
“[...] a good programmer in these times does not just write programs. [...] a good programmer does language design, though not from scratch, but building on the frame of a base language.”