Originally posted by Brian Healey:
Each day, new customers will go on to our web site. They will sign up for our service at any one of our 500 locations. Each night, we'll create a text file on an ftp site with that basic customer data - name address phone, etc, and label it with the location number.
The next morning, each of the 500 clients will log on to their local windows machines, connect to the internet (some are dial-up) and browse to a web site. The web site will have a url that they can download that day's customers.
Then, (somehow) there will be code that can executed so that it does the following:
opens the file
for each line - create a recordset object and lookup in the access database to see if they are already a customer (this is actually an issue, and we don't want to duplicate customers)
if they don't exist, add them
otherwise, update their information
next line
The database is a part of a vb app, and as of now we can not change this part of the situation.
We have tried vb, but have run into run-time, dll, and compatibility issues. These issues may not be anything extrodinary, but the time to play phone tag and debug would make the project very difficult.
So we'd like to pursue the java idea. Moreover, more and more we are looking to become a java shop rather than .net.
I am guessing that the JVM 1.4.1 free download from sun would have to be setup on each of the clients.
If we set everything up on the server, and 'push it down' to the client, would that be via an RMI connection, a servlet to applet connection, both, etc. What generally works - writing code on the server and creating a connection to push the code down, or writing code for the local client, who would initiate the process. I'm just not sure which components will work.
Weeds: because mother nature refuses to be your personal bitch. But this tiny ad is willing:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|