aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Distributing Swing Application 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 » Java » Swing / AWT / SWT
Reply Bookmark "Distributing Swing Application" Watch "Distributing Swing Application" New topic
Author

Distributing Swing Application

Sri Rangan
Ranch Hand

Joined: Dec 08, 2001
Posts: 160
We have written a Stand alone swing application with Hypersonic as the database.
Now we would like to distribute this swing app. The process is as below:
1) Post the swing exe or jar in a website.
2) User down loads and install the application.
( We could use Java Web start) for down loading the latest jar/exe.
The area we are not very clear is " How to communicate and do transaction from the client installation to the server."
I guess we could RMI or webservices. But I am looking for DETAILED information about the possibilities how this could be achieved.
Unfortunately, this app has got too much of business logic and complicated screens to decide go a struts bases web site.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Distributing Swing Application
 
Similar Threads
Exe Generator software does not get the updated jar but gets the old jar
How to create a standalone SWT app ?
Distributing Application
Reading string in console window
How to call a local class from a servlet?