jamer schrieb:
> In the server side i use Java. And i connect to DataBase with a
> CONNECTION_URL, DB_USER and DB_PASSWORD
> This information it is write in the class, but if i want modify this
> information i need recompile the application.
> I want load this information from a file.

You might use property-files and load them in with
java.util.Properties. The servlet receiving the uploaded
file can simply save it to the filesystem and calls the
method that is called during starup to do a database-reconnect
(loading in the files as property-file before).

Again, what exactly do you want to know? In the list of used
values you missed the driver-class, if you leave that away,
you're fixed on one type of database only.


Regards, Lothar

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to