954,536 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Connecting to a scanner

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?

om1d_h
Newbie Poster
7 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

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/tutorial/networking/urls/readingWriting.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

freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You