Hi,

   I used .net with C# successfully for zoomshare.com's domain
wizard.   C# has a nice Json api that saves some time, but then you
need to write your own Json readers for the GWT client.  I used the
regular GWT Java compiler for the client code, as I would expect
porting the GWT compiler would take MUCH MORE than a person year.

Cheers,
Scott

On Dec 11, 9:34 am, Olivier Gérardin <[email protected]> wrote:
> Do you still have a reference to the posts that linked .Net with GWT?
> I have serious doubts that this was ever considered.
> Besides, if all you want to do is be able to code in C#, I think Java
> is close enough that it won't be a huge gap... In addition to porting
> the GWT compiler, fully supporting C# would mean porting some
> core .Net libraries so that they can translate to JavaScript (just
> like GWT's JRE emulation lib), rewriting widget libraries and all
> translatable GWT code, and also porting the development mode shell.
> Not likely.
>
> You can of course run GWT with a .Net backend, but you'll have to take
> care of serialization/deserialization, because only the native RPC
> mechanism does so transparently. You may use JSON or XML or any other
> format, but you'll have to do the parsing yourself (there might be
> tools around to make that easier ..)
>
> Olivier
>
> On Dec 11, 10:41 am, AndrewG <[email protected]> wrote:
>
> > I have used GWT quite successfully with a number of Java-based
> > projects now - and was now wonder whether it will be possible to use
> > it together with .Net.
>
> > A quick search found a few posts from 2007 claiming that Google had
> > announced that they would include C# in the languages supported by GWT
> > - but I havent found anything since. Was this wrong, did Google change
> > their mind, is it somewhere in the pipeline - or has it happened ?
>
> > My pref would be for full support for .Net/C# - but failing that, is
> > there an easy way to run gwt-generated web UIs with .Net back-end - ie
> > something that handles the serialization issues etc ?
>
> > Thx
>
> > Andrew

--

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