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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Upload files from Swing Desktop Client to server

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hi,

We are trying to development a swing based application where in we need to upload files to server. Basically these files are additions to a manuals library. Copies of this manual library are kept in two different LANs apart from the LAN local to server. As soon as the client uploads a manual, the request should go to the server, the server then gets the file from the client and then need to update the manuals library at the server LAN as well as in other LANs.

I am trying for an expert advice with the approach I need to adopt for this kind of requirement. Basically I got stuck with following doubts:
1) How to upload files from Client to Server? Can I use FTP?
2) Whats the server I have to use? Like Servlet at the server end to do this Job? Or use frameworks like Webservices etc.
I am new to server side developement as well?

So request for expert advice on this front!

Thanks a lot!

Regards,
vemanamar
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
amar, please UseOneThreadPerQuestion.

Locking.
 
Don't get me started about those stupid light bulbs.
    Bookmark Topic Watch Topic
  • New Topic