[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Call/Execution of a local installed application  XML
Forum Index -> Development
Author Message
dietz

Active
[Avatar]

Joined: 28/11/2007 18:15:48
Messages: 9
Offline

Is it possible to call a local installed application besides the browser window?
If it is possible, when will it be provided?
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5516
Offline

...well, I see several options to do so: each one is "violating" sandbox rules etc. and of course mean a certain risk for the user:

You can use the ActiveX plugin to launch applications. You may use an invisible ActiveX component on the page that serves as command bridge to the applications you may want to start.

What one could do - but what I would never recommend: write a component exectuing command line operations in the front end. But: now you opened the door that unfriendly users may find out, how to manipulate... and do "Command Line" inlining with your application.

What type of application do you want to start from the frontend?

Björn

Björn Müller, CaptainCasa GmbH
dietz

Active
[Avatar]

Joined: 28/11/2007 18:15:48
Messages: 9
Offline

We will have to call an external program like freight cost calculator or a geographical system which might be installed on the desktop of the user.
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team