Please support our Java advertiser: Lunarpages Java Web Hosting
Views: 1431 | Replies: 1
![]() |
•
•
Join Date: Jul 2005
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 0
We are developing a web based accounting system.
We have a server runnig Linux (switching to win is ok) and some clients all runnig win.
In the program clients neeed to scan some document attachments and upload them to our servers.
Some recommended to use Java applets.
what do you say?
Where can we find them?
We have a server runnig Linux (switching to win is ok) and some clients all runnig win.
In the program clients neeed to scan some document attachments and upload them to our servers.
Some recommended to use Java applets.
what do you say?
Where can we find them?
•
•
Join Date: Jun 2004
Posts: 604
Reputation:
Rep Power: 6
Solved Threads: 6
Hi everyone,
You can use applets but i would recommend applications as there would be less restrictions. You can create a simple ftp, https or http uploader or downloader using standard java classes and sockets.
Here is a good place for you start.
http://java.sun.com/docs/books/tutor...ngWriting.html
If you do not like the way the URL class works you can crteate your own custom java Server using ServerSocket that implements threads and a custom
application that uploads their documents to your server using sockets
I hope this has helped you
Yours Sincerely
Richard West
ps. Don't forget to answer to the last thread on my signature
You can use applets but i would recommend applications as there would be less restrictions. You can create a simple ftp, https or http uploader or downloader using standard java classes and sockets.
Here is a good place for you start.
http://java.sun.com/docs/books/tutor...ngWriting.html
If you do not like the way the URL class works you can crteate your own custom java Server using ServerSocket that implements threads and a custom
application that uploads their documents to your server using sockets
I hope this has helped you
Yours Sincerely
Richard West
ps. Don't forget to answer to the last thread on my signature
Microsoft uses "One World, One Web, One Program" as a slogan.
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
Doesn’t that sound like "Ein Volk, Ein Reich, Ein Führer" to you, too?
— Eric S. Raymond
Tell me what type of software do you like and what would you pay for it
http://www.daniweb.com/techtalkforums/thread19660.html
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)





Linear Mode