D
Dag Sunde
I've been charged with the task of porting a small web-application
from its current incaration as asp-pages using COM components for
the business-logic to a cross-platform solution where the owner
can choose where to run it (Windows/Linux/xxx)
I will probably choose an Apache/Tomcat combination, and implement the
business logic as servlest and port the asp-pages to jsp.
But! One of the existing COM components in use is imlemented as an
"Out-of-process" server ie. an "ActiveX EXE". This component have
a GUI, and is called by the other components to store data, etc.
This GUI shows in realtime the different transactions, logged in
users, etc. for the benefit for the system operator on the server.
Can you give me some hints on how to implement this using Tomcat
as a servlet container? Because as far as I know, There is no
possibility of putting a visible face on something running under
control og TomCat?
So far I have come up with the following solution:
Browser --> Tomcat Servlet --> RMI --> Stand alone Java App w/gui
Does this sound feasible?
TIA...
from its current incaration as asp-pages using COM components for
the business-logic to a cross-platform solution where the owner
can choose where to run it (Windows/Linux/xxx)
I will probably choose an Apache/Tomcat combination, and implement the
business logic as servlest and port the asp-pages to jsp.
But! One of the existing COM components in use is imlemented as an
"Out-of-process" server ie. an "ActiveX EXE". This component have
a GUI, and is called by the other components to store data, etc.
This GUI shows in realtime the different transactions, logged in
users, etc. for the benefit for the system operator on the server.
Can you give me some hints on how to implement this using Tomcat
as a servlet container? Because as far as I know, There is no
possibility of putting a visible face on something running under
control og TomCat?
So far I have come up with the following solution:
Browser --> Tomcat Servlet --> RMI --> Stand alone Java App w/gui
Does this sound feasible?
TIA...