-
Notifications
You must be signed in to change notification settings - Fork 1
Minha: Middleware Testing Platform
License
jopereira/minha
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
* Minha.pt: middleware testing platform *
1. Overview
-----------
The Minha platform virtualizes multiple JVM instances within a single
JVM while simulating key environment components, thus reproducing the
concurrency, distribution, and performance characteristics of the
actual system.
Implementation is based on Java and takes advantage of bytecode
transformation to automatically convert application code to simulation
environment.
2. Latest Version
-----------------
Minha is distributed only in source form. For the latest version and
documentation go to:
https://github.com/jopereira/minha
More details about the project are available at the project web site:
https://jopereira.github.io/minha/
3. Build and install
--------------------
Run:
$ mvn package install
See tools/target/minha-tools-X.X-bin.zip for a binary distribution.