Re: is it technically possible to use other languages with gwt?

2010-05-17 Thread mariyan nenchev
You may try pyjamas.You code with python.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: is it technically possible to use other languages with gwt?

2010-05-17 Thread Sripathi Krishnan
On the server side, you are free to use any language you want. Several
people have been successful in using PHP as a backend server.

On the client side, only Java is supported. Since GWT is a java sourcecode
-> javascript compiler, it is NOT possible to use other jvm languages. There
has been some interest in creating a scala compiler for GWT. If you are
interested, you can go through this discussion
thread,
and this website .  It explains the general
problems with introducing compilers for other languages, and also explains
ways to overcome them.

Besides the scala movement, I don't think there is any other serious work
happening.

--Sri


On 17 May 2010 19:19, Aljosa Mohorovic  wrote:

> i don't mean right now, only if it's technically possible in some
> distant future?
> is gwt strictly based on java as a language or jvm?
>
> Aljosa Mohorovic
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



is it technically possible to use other languages with gwt?

2010-05-17 Thread Aljosa Mohorovic
i don't mean right now, only if it's technically possible in some
distant future?
is gwt strictly based on java as a language or jvm?

Aljosa Mohorovic

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.