Could you parse the file on the server side and return the Map via RequestFactory? That would avoid parsing on the client.
Thanks, John LaBanca [email protected] On Thu, Feb 10, 2011 at 1:39 PM, SrArcos <[email protected]> wrote: > Hello, I am interested in this issue, can you send me the example of > what you did? Because, I can read any file.. in dev mode(jetty) it has > a path, and in hosted mode (in tomcat) it has other path... I seem > dificult... > > On 9 feb, 16:27, Ed <[email protected]> wrote: > > In the meantime I simple made it myself.. > > Not so difficult: load the text... read the lines (see the > > BufferedReader for example code), and separate the key = value pairs... > > -- > 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. > > -- 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.
