Hi guys I am using GXT with an external servlet and I'd like to use a properties file to specify servlet's address.
It is possible somehow ? As we don't have any access to the file system, it is something like this directly implemented in GXT ?
I thought it would be possible to specify my address somewhere in the xxxxx.gwt.xml file but I don't see any possibility.
Hi. I file in the file system you cannot read.
But, you can read a properties file deployed in your webserver with your client code.
For that, use GWT's RequestBuilder class for reading the content of the file.
Hi. I file in the file system you cannot read.
But, you can read a properties file deployed in your webserver with your client code.
For that, use GWT's RequestBuilder class for reading the content of the file.
But, you can read a properties file deployed in your webserver with your client code.
For that, use GWT's RequestBuilder class for reading the content of the file.
Do you mean to make a request to my client code with the url like: