Re: GWT Standalone application accessing 1GB files

2014-02-11 Thread almagnit
http://www.instantshift.com/2013/11/19/html5-features-with-gwt-elemental вторник, 11 февраля 2014 г., 16:54:30 UTC+4 пользователь Patricio Mosse написал: > > Hello! > I need to create a GWT application able to parse local files of 1GB > size... I don't need it to be available on internet but it

Re: GWT Standalone application accessing 1GB files

2014-02-11 Thread Blake McBride
GWT apps are written in plain Java. The front-end portion gets compiled by the GWT compiler from Java to JavaScript & HTML. Since the backend remains plain Java, it can access anything a native Java application can access - i.e. anything. So, the backend portion has no limitations and is just pl

GWT Standalone application accessing 1GB files

2014-02-11 Thread Patricio Mosse
Hello! I need to create a GWT application able to parse local files of 1GB size... I don't need it to be available on internet but it could be nice to be able to open in a browser locally. Do you know if there are any size / security limitations with GWT to do this? Is it possible to access loca