GWT doesn't take in code using Swing, ART or some other API and
converts it into Java Script. It uses the GWT API to create GUIs then
when published converts it to Java Script +HTML. You would then upload
the outputted JavaScript and HTML that GWT makes from the Java code to
your web server.

And typically web-servers don't push information to the clients, the
client has to request data. You could do that with an auto-refresh
built into a timer. But it sounds like you need to research what GWT
is a bit more first. It doesn't sound like it will do what you want.

On Mar 4, 10:13 pm, wsstop <[email protected]> wrote:
> Hi,
> I’m a very beginner of GWT. I need some help.
>
> I’m working on some project such as:
> 1. User on server make some Java application by using Swing , AWT,  or
> other API.
> 2. Server converts them into Java script by using GWT and sends them
> to client.
> 3. Whenever contents on server are changed, server has to refresh the
> contents on client. (Push).
>
> Are there any good solution or example for me?
> I need your help!
>
> Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to