Is it possible to use both RTSDK/EMA Java and JRFA in one application/JVM?

Options
RG1
RG1 Explorer

Can both libraries, JRFA and EMA Java be used by the same application? Any potential name space conflicts, etc. ?

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @RG1

    The RFA Java and EMA Java APIs have different namespaces/packages as follows:

    • RFA Java: com.reuters.rfa.*
    • EMA Java: com.refinitiv.ema.*

    I totally agree with @nick.zincone comment above.

Answers

  • Hi @RG1

    I don't see why this would not be possible. That being said, I'm not entirely clear on why this would be necessary as opposed to simply re-writing the application. Perhaps you may want to create a hybrid application and don't want to abandon a portion of it.