aspose file tools
The moose likes Spring and the fly likes launching desktop application using Spring MVC Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "launching desktop application using Spring MVC" Watch "launching desktop application using Spring MVC" New topic
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

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

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

Does it need to be in a batch file or can you just move the functionality to the app itself?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: launching desktop application using Spring MVC
 
Similar Threads
what is the difference between the spring and spring MVC
how do i solve this error caused due to problem in spring initiation on tomcat
can we use google ajax api to get states from database table
[Spring Web Flow 2] Can Spring Web Flow work with Spring Web MVC?
Spring 3.0 MVC examples links required