On 3 oct, 01:22, lkk123321 <[EMAIL PROTECTED]> wrote: > I am new to GWT. > > I want to read a file from my desktop and then process it and then put > the file text in some data structure > Do you have suggestion of how to do that?
The W in GWT is for "Web", which precludes access to the "desktop". You can however use GWT to create an Adobe AIR application (eventually using the GWT-in-the-AIR project, but not necessarily: you can also use JSNI for your AIR API calls), which will have access to "desktop features" such as accessing the file-system. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
