Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

communication IHM/Engine

Status
Not open for further replies.

yanis97

Programmer
Jan 26, 2004
22
0
0
FR
Hi;

I have a GUI which will communicate with an engine of complex mathematical calculations.
For example: I choose a sample via the GUI and then I must send a event (with parameters) to this engine which starts calculations and stores the results into the database.
Question: which means to use to send the events between the GUI and the engine.

Regards;

 
You don't say anything about how this solution will be deployed. Will the GUI and Engine run in the same JVM? Different JVMs on same machine? Different JVMs separated by an intranet. Different JVM's separated by the internet?

Which?

Tim
 
Hi Tim;

The GUI is writed in Delphi and the engine in Java and the both are on same machine (engine to use a database Oracle).

Regards

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top