| Previous · Next | |
| User | Message |
|
perlmonkey2
|
Date: 6/8/2009 2:32 pm · Subject: GWT (Google Web Toolkit) · Rating: 0
GWT is a great tool for creating JavaScript. No new libraries are required to used the created JS, it can easily wrap YUI, and makes JS a lot more fun to write. The only reason I could see for possibly not using GWT is to edit the file you need the GWT java project and a java toolchain for creating the new JS file.
|
| Back to Top |
Rate [ | ]
|
|
JT
|
Date: 6/8/2009 2:56 pm · Subject: Re: GWT (Google Web Toolkit) · Rating: 0
> The only reason I could see for possibly not using GWT is to edit > the file you need the GWT java project and a java toolchain for > creating the new JS file. > > But for the reductions in complexity, new libraries, and dealing > with a sane OO language, why not? > Mainly because of the java toolchain. Other minor reasons are that it doesn't get us a lot more than what YUI gets us, and adding more frameworks into the mix will make our javascript load even heavier than it already is. |
| Back to Top |
Rate [ | ]
|
|
frodwith
|
Date: 6/8/2009 3:01 pm · Subject: Re: GWT (Google Web Toolkit) · Rating: 0
I think the question of whether Java or Javascript is a 'saner' OO language is a bit subjective, too. I rather think Javascript. |
| Back to Top |
Rate [ | ]
|
|
perlmonkey2
|
Date: 6/8/2009 3:19 pm · Subject: Re: GWT (Google Web Toolkit) · Rating: 0
My test apps with event handlers, form handlers, and ajax handler, all wrapped into a single file is 4.9KB. Just the utilities lib from YUI is 109KB.
|
| Back to Top |
Rate [ | ]
|