Re: Java Pre/PostProcessor ?

sebb <[email protected]> Tue, 20 Sep 2011 22:08:34 +0100
Newsgroups gmane.comp.jakarta.cactus.devel
Message-ID <CAOGo0Vb8C-nS=us80Q1_hZadaVeYS2FU90Pm32=L8DiMQy_Wbw@mail.gmail.com>
On 20 September 2011 22:03, Philippe Mouawad <[email protected]> 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.
>