goaganesha
Programmer
Hi there,
I'm making a jsp website (a kind of encyclopedia) which will also be distributed on a cd-rom for people who don't have an internetconnection. There has to be a search function to search for certain keywords.
I was thinking, is it possible to make it as a swingapplication that will load as an applet in the htmlpage?
I'm asking this because normally applets can't read from or write to the users harddrive for security reasons. Is this also the case for reading from a database which is on the users harddrive? If yes, is there a workaround like letting the applet pass it's searchdata to an underlying class which will make the databaseconnection and get the results for the search?
regards, goaganesha
I'm making a jsp website (a kind of encyclopedia) which will also be distributed on a cd-rom for people who don't have an internetconnection. There has to be a search function to search for certain keywords.
I was thinking, is it possible to make it as a swingapplication that will load as an applet in the htmlpage?
I'm asking this because normally applets can't read from or write to the users harddrive for security reasons. Is this also the case for reading from a database which is on the users harddrive? If yes, is there a workaround like letting the applet pass it's searchdata to an underlying class which will make the databaseconnection and get the results for the search?
regards, goaganesha