So, i have DBProperties.xml file in PUBLIC package in my app. I read this xml by RequestBuilder class. Next i put read data to panel with database configuration. If the data on this panel will change i want to write them to the same file (DBProperties.xml). Next I wanted to read xml in the same way from DataBaseConn.class but it does't work. I wonder how can i use data from DBProperties.xml (which is located in PUBLIC package) to connect with database. I don't want to create file localy but i want to use existing file in pub package.
-- 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.
