Multi Threaded Dispatcher Framework
MUDI is a small framework to enable the creation of a multithreaded dispatcher application. The framework has already proven its usability, it is used in a number of very robust applications which run 24/7.
It is the goal of the MUDI framework:
- Able to handle a large number of threads, thousands.
- Configurable at run time, when using a JMX wrapper.
- Have enough parameters so that it can be scheduled using a scheduling mechanism (e.g. UNIX cron) on a regular basis.
- Basis to rewrite batch applications in J2EE context.
- Configurable using the Spring framework.
Project Links
- MUDI in SourceForge. This is the MUDI project page at SourceForge.
- Downloadable Files in SourceForge. These contain binary downloads as well as source downloads. The binary downloads contain a complete user manual in HTML and in PDF format.
- Browse the subversion repository.
The MUDI framework lost its reason for existence when Java JDK 6 was released. As a result, I will stop developing the framework.