Skip to content

Application Runtime Monitoring Develop

nkef edited this page Jan 13, 2014 · 2 revisions

System Requirements

The requirements for this project is Java 7.0 (Java SDK 1.7) or higher, Maven 3.0 or higher. The application this project produces is designed to be run on JBoss Enterprise Application Platform 6 or JBoss AS 7.1.

Download

JavaMelody is already declared as a dependency in the Host Environment (IDE) module’s pom.xml. Therefore, no particular action is needed to download JavaMelody for the specific project. In order to include JavaMelody as a dependency in the IDE, the following code snippet has been added to pom.xml.

<dependency>
    <groupId>net.bull.javamelody</groupId>
    <artifactId>javamelody-core</artifactId>
    <version>1.47.0</version>
</dependency>

In a non-Maven project, the JavaMelody .jar files and the libraries dependencies may be downloaded from the following URL https://code.google.com/p/javamelody/

Deploy From the Source Code

As mentioned above, JavaMelody is integrated into the IDE host environment, so no separate deployment is necessary. The steps explained in the IDE-Core section of this wiki, also deploy the JavaMelody library along with the IDE.

Clone this wiki locally