Saturday, April 25, 2015

Re: May deploy GWT web app in a Server without Java installed???

GWT compiles to Javascript so you don't need Java on your server, a normal web server is enough. If you need a backend for database access you can write it in any language you want, e.g. PHP/Perl.

And yes you can use Bootstrap with GWT. Here is an example from the GwtBootstrap3 project: http://gwtbootstrap3.github.io/gwtbootstrap3-demo/

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment