![]() |
Download |
|
Hier gibt es einige Stücke Software, die ich - teilweise alleine, teilweise zusammen mit Anderen - geschrieben habe und kostenlos zum Downlaod anbiete. Im Gegenzug übernehme ich naheliegender Weise keinerlei Gewährleistung für sie.
The AHC library is a collection of utility classes that emerged over time and have proved useful in different contexts. Some of the classes are useful by themselves, others form little sub-libraries. The following list contains some of the features:
JAnalyze is a tool for analyzing Java projects. It reads in class files and then helps to give an overview of structure and dependencies at the package, class and method level; it also provides a number of metrics for methods, classes and packages. One of the main features is the detection of static dependency cycles for classes and packages. The tool features extraordinary performance which allows using it interactively; on a P-III/850, reading in a project of several thousand classes with all libraries it uses takes about 45 seconds if the classes are not in the operating system cache (otherwise about 15 seconds), and detecting cycles usually takes no noticable time.
SafeJdbc ist ein Framework, das JDBC kapselt und eine echte
objekt-orientierte Schnittstelle zur Datenbank zur Verfügung
stellt. Ressourcenlecks werden dadurch vermieden, dass alle
Datenbankoperationen in Callbacks ausgeführt werden.
(zip)
JWhich ist ein kleines Programm, das den Classpath nach einer Klasse durchsucht und alle Einträge im Classpath ausgibt, die die Klasse enthalten. (zip) |