Results 1 to 2 of 2
Thread: Updating Local Content
- 11-01-2007, 08:06 PM #1
Member
- Join Date
- Nov 2007
- Location
- Bay Area, CA
- Posts
- 13
- Rep Power
- 0
Updating Local Content
Hi everyone,
I am pretty new to Java... I've basically only used free applets on websites before, but now I need to write my own. I am not sure how exactly to start this little project coding-wise, so I figured I'd ask. At my company, we have an intranet site on which will have an "Update Files" button. When clicked, I want a Windows Popup to come up and search a specific folder on the user's computer for an assortment of files and then compare these to a corresponding folder on the server containing updated versions of files or brand new files. If new versions of files or new files are available, I want the popup to display them and prompt to download. When the user clicks download, I obviously need the program to overwrite all the older versions of files, as well as download the new ones into the specific folder. I was thinking that to check if a file is updated, it would check the date modified or date created. Any help is appreciated!
Thanks in advance,
- Jeff
- 11-02-2007, 01:55 AM #2
You will have to make some security arrangements to do this with applets. You can find out more about this here. You could do this with an application that runs from an executable jar file which you double-click to start.
Similar Threads
-
Help needed with updating mysql database
By SilentCodingOne in forum New To JavaReplies: 1Last Post: 12-11-2007, 10:23 PM -
Problems updating blob columns on Oracle 9
By ljustiniano in forum JDBCReplies: 0Last Post: 08-14-2007, 06:17 PM -
dynamically updating clock
By malakaherath in forum New To JavaReplies: 2Last Post: 08-01-2007, 07:57 PM -
Updating Graphics
By Greedful in forum Java 2DReplies: 2Last Post: 07-20-2007, 07:12 PM -
Updating into 2 tables in the DB
By yuchuang in forum New To JavaReplies: 2Last Post: 05-12-2007, 06:54 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks