Smart GWT, GWT Designer & No Java Server

40 views
Skip to first unread message

Fabe

unread,
Nov 26, 2011, 2:28:50 PM11/26/11
to Google Web Toolkit
Hi,

I want to know if and how I could use the GWT Designer (via a GWT Java
Project) with Smart GWT and make all of that running finally on a non
Java Server such as Apache 2.

I'm creating a web app based on a _GWT Java Project_ and on the Smart
GWT module. The purpose is to make it running on a non Java Server so.

?

Salvador Diaz

unread,
Nov 28, 2011, 10:42:32 AM11/28/11
to google-we...@googlegroups.com
Well, the fact that you don't want to use a java server means that you won't be able to use RPC for communicating with the server. That doesn't mean that it's impossible, but do you have any idea how you'll retrieve data from the server ?

And SmartGWT doesn't recommend using GWT Designer:


David Vree

unread,
Nov 28, 2011, 11:01:58 AM11/28/11
to Google Web Toolkit
GWT compiles to Javascript which is served from HTML. If you have no
server-side data requirements you can certainly just deploy your GWT
app and have it run in the client (think AngryBirds...) having been
served from a *web* server (rather than an *app* server).

If you have a PHP (or other) backend then you can get your data via
REST or SOAP web services.

Reply all
Reply to author
Forward
0 new messages