You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Dessie K <de...@gmail.com> on 2015/02/17 12:42:50 UTC

Using Dependecy Injection with JMeter

Hi,

Is it possible to use Spring or other DI framwework with JMeter?

I'm implementing my own JMeter Java sampler:
org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient

And I want to inject some beans into this Java sampler.

Any tips/advice to achieve this?