Version 37 (modified by 3 years ago) ( diff ) | ,
---|
Welcome to the Utilities repository of the II group of TUDelft.
This is a collection of general java tool classes that are used in various projects.
Checkout using
svn co https://tracinsy.ewi.tudelft.nl/pub/svn/Utilities
to browse sources, click on the "Browse Source" button in the top right.
title/link | description |
utilities | Set of commonly used tools: immutablelist, files, Listener, Tree and repository |
utilitiespy | as utilities but for python |
AccountServer | tomcat app that uses AccountManager to create login procedure for sessions |
AccountManager | java code for handling accounts: login/password storage, reset password, create account |
Translator | Csv-file based translator with best-match translation |
ListenerPy | as Listener, but for Python |
Logging | module to define logger through an interface (enabling testing) |
LoggingPy | as Logging, but for Python |
dialogmanager | tool to create and run a dialog. |
junit | Support for standard tests of classes |
pyson | jackson-style json (de)serializer for python objects |
uri | immutable URI class for python |
You can use the artifacts using maven. All artifacts are also available for download from the artifactory
NOTE: recently the modules immutablelist, listener, files, tree, and repository have been merged into a the utilities module. You can still refer to old code on ?rev=219 and read the old docs
Note:
See TracWiki
for help on using the wiki.