In regards to using RPC's to access a database, I am worried about security. I'd love to use an RPC to access a DB, but what I can't figure out is how to store the name and pw of the DB. I'm afraid if I put it right in the code someone could just read it. If I try to read it from a file, I'm afraid that they will see the path to the file and read it.
Is it secure enough to put the PW in a locked directory from the outside world and read it? I'm afraid it'd be too easy to break in. How do you do it? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
