On Fri, Jan 6, 2017 at 11:31 AM David <[email protected]> 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 and embedded Jetty for supporting the GWT part.
SWT allows you to place a widget in the system tray that controls the server and gives you the choice to launch the user's default browser to display the GWT portion or you can open a window with an embedded browser. Hope this helps, Rodolfo -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
