This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).
Find a file
2016-12-22 17:08:29 +01:00
lib Some progress on fileupload 2016-07-13 17:22:11 +02:00
src DBBean GC only log if there is a change 2016-12-22 17:08:29 +01:00
test/zutil NioNetwork working now, but something wrong with close() 2016-12-08 17:57:56 +01:00
.classpath Updating .classpath file for Eclipse 2015-11-13 08:46:25 +01:00
.gitignore Changed folder structure of test classes and renamed some packages 2016-03-04 17:48:59 +01:00
.project Added a Jee Ajax upload class 2010-08-18 17:35:25 +00:00
build.xml small variable rename in ant file 2016-12-14 16:50:16 +01:00
Jenkinsfile Updated Jenkinsfile 2016-12-20 17:22:58 +01:00
LICENSE.txt Added timeout to ant junit test 2016-07-12 17:22:04 +02:00
README.md updated build file and changed title in readme 2016-09-29 15:18:00 +02:00
Zutil.iml Fixed java 7 build error and sun dependency warnings 2016-12-14 16:55:20 +01:00

Zutil

This project is a collection of utility classes and methods that I use in most of my projects. Some of the code is incomplete and might never be completed (If no one is requesting otherwise :D).

A word of warning: This project is mostly used as a sandbox to implement APIs and functions I think are interesting. So there are no guaranties that classes and methods will stay as they are, I'm often refactoring the code and moving things around.

Documentation

Unfortunately, there is no dedicated documentation available. The only documentation is the JavaDoc in the source code and see the JUnit test cases for usage examples.

Running the tests

Execute all JUnit test-cases by running:

ant test

Authors

  • Ziver Koc

License

This project is licensed under the MIT License - see the LICENSE.txt file for details