On 20 September 2011 22:03, Philippe Mouawad <philippe.moua...@gmail.com> wrote:
> Hello,
> I am wondering if there is an implementation of a Java Post / Pre processor
> in JMeter.
> What I would like would be this:
>
>   - User would implement interface DelegatePreProcessor
>   or DelegatePreProcessor and package them in a JAR
>   - A Visual Component like BeanShell PostProcessor that proposes a select
>   box of all Implementation of DelegatePreProcessor / DelegatePreProcessor
>   that it would build by Discovering these
>
>
> I would like a Java implementation for performance reasons compared to
> BeanShell or JSR (Groovy).

In that case, just implement your own PreProcessor or PostProcessor
and drop it in lib/ext.

JMeter already discovers all its test elements that way; there's no
need for extra delegates.

> Thank you for your answers.
> Regards
> Philippe Mouawad.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@jakarta.apache.org
For additional commands, e-mail: dev-h...@jakarta.apache.org

Reply via email to