C
C
Cyapa2015-03-28 01:26:23
Java
Cyapa, 2015-03-28 01:26:23

How to proxy remote Java GUI?

Friends, push me in the right direction, please.
The essence of the problem: there is equipment that is serviced by proprietary software. This software does not have an API, but it does have a remote GUI. There is a need to write your own application that could affect the serving software.
I have little experience with Java, so I will not write the application in it.
So far, there is only one idea: to intercept the requests that the GUI sends, study them, and send the same ones. But through what protocol the GUI communicates with the server, I do not know.
The GUI itself is presented as a *.jnlp file, but as I understand it, this is just an instruction for building from other modules.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Pavlov, 2015-03-28
@gurinderu

jnlp points to a jar file. Download it and run it locally on your computer.
If you really want to write your program directly, then decompile it)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question