R
richmond
Please forgive me if this question is not readable for you. I
definitely want to get in-depth on this. I am in front of a web
application. On the server side, it has the main exe under
http://virtualdir/bin, and other javascript files under c:/virtualdir.
They all work for the same web link. One scenario is, on client side,
user accesses the link, click on one button, such button is processed
thru the javascripts, and then some native commands are executed. I
think such command execution got processed by the main exe mentioned
above. I want to know how the javascript communicats with that main
exe.. Any examples, high-level architecture illustration, any valuable
reference web link will be highly appreciated. ...........i googled on
some of that topic......i guess the exe itself could be written in
java also...and it can have some way to invoke some prepared jar files
to execute the native command (which can be manually executed on dos
command line).
regards.
Thanks in advance.
Richmond
definitely want to get in-depth on this. I am in front of a web
application. On the server side, it has the main exe under
http://virtualdir/bin, and other javascript files under c:/virtualdir.
They all work for the same web link. One scenario is, on client side,
user accesses the link, click on one button, such button is processed
thru the javascripts, and then some native commands are executed. I
think such command execution got processed by the main exe mentioned
above. I want to know how the javascript communicats with that main
exe.. Any examples, high-level architecture illustration, any valuable
reference web link will be highly appreciated. ...........i googled on
some of that topic......i guess the exe itself could be written in
java also...and it can have some way to invoke some prepared jar files
to execute the native command (which can be manually executed on dos
command line).
regards.
Thanks in advance.
Richmond