• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Distributing Swing Application

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
He does not suffer fools gladly. But this tiny ad does:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic