Author
launching desktop application using Spring MVC
chiku awasthi
Greenhorn
Joined: Mar 19, 2008
Posts: 28
Hi,
I am currently migrating a Swing application to spring mvc . Old application invokes a .bat file on the desktop of the user ,
Can anyone please suggest how can the same be achieved in web app . I am looking for any simpler way of doing this
instead of a signed applet .
Thanks and Regards,
Chiku
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Jun 09, 2010 05:33:54
0
That kind of depends on what the batch file does, no?
chiku awasthi
Greenhorn
Joined: Mar 19, 2008
Posts: 28
The desktop application is a old swing application which than manages its own authentication and authorisation .
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Jun 10, 2010 09:00:02
0
It still kinda depends on what the batch file actually *does*.
chiku awasthi
Greenhorn
Joined: Mar 19, 2008
Posts: 28
It is like a microsoft excel application which can be used for some calculations .
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted Jun 10, 2010 11:01:14
0
Does it need to be in a batch file or can you just move the functionality to the app itself?
subject: launching desktop application using Spring MVC