Every thing witch is in your server package is on the server, so no one 
could access your private data. It is like in hibernate, that has 
hibernate config file where the user and pass are stored. This config 
file is on the server and no one has access to it.

Sean wrote:
> 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 Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to