hi all,
i do have a java class, it's a WebService in fact, coded in java. I must add something, and as i learned by myself java there some things i don't know.
my class must access to a properties file to store data like server, dbs path etc... this file will also be changeable by an administrator on the machine
i'have seen that with java.util.Properties there is a method to save the properties into an outputstream (consequently into a file i guess), but i have never dealed with output and files, so i'm a bit lost, could someone give me some clues, or a link to some code ?
Best regards,
Elise, XML learning girl X-)
i do have a java class, it's a WebService in fact, coded in java. I must add something, and as i learned by myself java there some things i don't know.
my class must access to a properties file to store data like server, dbs path etc... this file will also be changeable by an administrator on the machine
i'have seen that with java.util.Properties there is a method to save the properties into an outputstream (consequently into a file i guess), but i have never dealed with output and files, so i'm a bit lost, could someone give me some clues, or a link to some code ?
Best regards,
Elise, XML learning girl X-)