Re widgets, see [1] for the ui library documentation.  There is a fairly
decent widget offering.  For custom widgets, you would generally be building
on Component, Container, or Control, I would think.

Re compilation options, I think there are just the 3 options: Whitespace,
Simple, and Advanced.  Advanced minifies, obfuscates, optimizes, and removes
dead code.  Simple does comment removal, whitespace removal, variable
renaming, etc.  Whitespace does what it says.

Re UIBinder, I think the standard development pattern that is most similar
would be using Soy templates [2].

[1]
http://closure-library.googlecode.com/svn/docs/class_goog_ui_AbstractImagelessRoundedCorner.html
[2] http://code.google.com/closure/templates/
<http://closure-library.googlecode.com/svn/docs/class_goog_ui_AbstractImagelessRoundedCorner.html>

On Tue, Jul 26, 2011 at 11:23 AM, Daniel <doubleagen...@gmail.com> wrote:

> These were the four major features which first got me interested in
> GWT:
>
> Widgets that work identically [and correctly!] on all browsers +
> Custom widgets
> Client Bundling (pushing resources into random access files to reduce
> file transfer latency)
> UIBinder
> Optimized & Obfuscated js (adjustable by compiler switches)
>
>
> Maybe I've missed it but I haven't seen any advertising about these
> kinds of things in Clojurescript.  Any thoughts?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clojure@googlegroups.com
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to