Re: Question about Server-client model.

2009-03-05 Thread Sean
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

Question about Server-client model.

2009-03-04 Thread wsstop
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,