Re: standalone application

2017-01-06 Thread David
> the best way to move a gwt app to desktop. In some case u can Actually > resse 100% of your code > > Am 06.01.2017 17:35 schrieb "Rodolfo Raya" > >: > >> >> On Fri, Jan 6, 2017 at 11:31 AM David > >> wrote: >> >>> Is it poss

Re: standalone application

2017-01-06 Thread Alain Ekambi
Is it possible to develop a standalone application using GWT? This >> application requires to run across all platforms. >> >> > Yes, you can develop a standalone application using GWT. I did it with a > Java application using SWT for the GUI and embedded Jetty for support

Re: standalone application

2017-01-06 Thread Alain Ekambi
for nwjs we hav a gwt wrapper Am 06.01.2017 15:31 schrieb "David" : > Is it possible to develop a standalone application using GWT? This > application requires to run across all platforms. > > Thanks, > > David > > -- > You received this message because yo

Re: standalone application

2017-01-06 Thread Rodolfo Raya
On Fri, Jan 6, 2017 at 11:31 AM David wrote: > Is it possible to develop a standalone application using GWT? This > application requires to run across all platforms. > > Yes, you can develop a standalone application using GWT. I did it with a Java application using SWT for the GUI

Re: standalone application

2017-01-06 Thread Alain Ekambi
Have a look at nwjs or Electron js Am 06.01.2017 15:31 schrieb "David" : Is it possible to develop a standalone application using GWT? This application requires to run across all platforms. Thanks, David -- You received this message because you are subscribed to the Google Groups

Re: standalone application

2017-01-06 Thread Steve Hannah
r .net based standalone app u can see below link. > https://github.com/cefsharp/CefSharp > Again, communication between the native app and app running in embedded > browser is very much possible. > > > HTH. > > > On Fri, Jan 6, 2017 at 8:01 PM, David wrote: &

Re: standalone application

2017-01-06 Thread Frank
I think using nodeJS or something. The guys from Ahomé know a lot about running GWT on the desktop, on the web, and on the phone. Op vrijdag 6 januari 2017 15:31:16 UTC+1 schreef David: > > Is it possible to develop a standalone application using GWT? This > application requires to r

Re: standalone application

2017-01-06 Thread Subhrajyoti Moitra
, communication between the native app and app running in embedded browser is very much possible. HTH. On Fri, Jan 6, 2017 at 8:01 PM, David wrote: > Is it possible to develop a standalone application using GWT? This > application requires to run across all platforms. > > Thanks, > >

standalone application

2017-01-06 Thread David
Is it possible to develop a standalone application using GWT? This application requires to run across all platforms. Thanks, David -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emai

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

can i use imagebundle as a standalone application

2009-03-14 Thread leeight的马甲
i want use imagebundle to merge some pictures? can i do it or not? thanks a lot --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to Google-Web-Toolkit@goog