plainblack.com
Username Password
search
Bookmark and Share

    

GWT (Google Web Toolkit)

User perlmonkey2
Date 6/8/2009 2:32 pm
Views 871
Rating 0    Rate [
|
]
Previous · Next
User Message
perlmonkey2

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.


But for the reductions in complexity, new libraries, and dealing with a sane OO language, why not?



Back to Top
Rate [
|
]
 
 
JT
> 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

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

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.


But I don't really see how it would be feasible to use the GWT with WebGUI.  Too complex and probably not worth the hassle.  But hey, this dev board needed something new.



Back to Top
Rate [
|
]
 
 
© 2010 Plain Black Corporation | All Rights Reserved