-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
37 lines (22 loc) · 870 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
* 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.