All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javasimon.spring.package-info Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/**
 * Support classes to automatically monitor Spring beans with the {@link org.javasimon.aop.Monitored} annotation.
 *
 * 

Usage instructions: * *

Step -1- Make sure the Spring configuration file {@literal org/javasimon/spring/monitoring.xml} is loaded as one * of the first configuration files. * *

For example, if you use the {@code org.springframework.web.context.ContextLoaderListener} in your * {@literal web.xml}, the {@literal contextConfigLocation} context parameter will look something like this: *

{@literal

contextConfigLocation

classpath:org/javasimon/spring/monitoring.xml
classpath:context/services.xml
classpath:context/data-access-layer.xml
/WEB-INF/applicationContext.xml

}
* *

Step -2- Annotate all classes and/or methods you want to monitor (see {@link org.javasimon.aop.Monitored} for * more details). As step 1 configured annotation detection only for spring beans, make sure these classes are * instantiated through Spring (i.e. declare them as a bean in a Spring configuration file). */ package org.javasimon.spring;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy