Ext

Ext GWT v1.0 Beta 2 Released

April 29, 2008 by Darrell Meyer

Ext JS is pleased to announce the Ext GWT 1.0 beta2 release. This release includes numerous enhancements and bug fixes since the beta1 release and is a recommended upgrade for those using beta 1.

What’s New

Getters / Setters
Based on community feedback, getters and setters where added to replace public fields for component configuration. This should be more in line with Java best practices and the JavaBean standard.

HtmlContainer
Beta 2 includes a new container that can be built from static markup, a remote URL, an existing element, or element id. Child components can then be inserted into the container using CSS selectors to control the insert location (for example: panel.add(button, “td:first-child”;). This allows easy use of complex HTML layouts designed outside of GWT.

SelectionModel
The selection model code was refactored for Table, Tree, and List. SelectionModel is a new interface that all selection models implement.
SelectionModel
SelectionService
The new selection service allows selection providers (all viewers for example) to register with the service. Any listeners are notified of any selections by a registered provider. In the Explorer Demo, the applications navigation tree, navigation list, and main tab panel share selections with each other using the new service. This allows all 3 components to stay “synchronized” no matter where and how selections are made.

Themes
In beta 2, there is a new Themes module which includes the Slate theme by J.C. Bize. Unlike with beta 1, it is only necessary to add ext-all.css to your host page html. Other style sheets are added dynamically based on the users current theme.

State
Restore and save state functionality has been added to component. StateManager now supports the serialization and deserialization of Map types using cookies. BorderLayout uses the new API to persist region sizes and collapse state across user sessions.

Events
New fine-grained event hierarchy. The event code has been updated and revised to support component level events. Also, a new template method has been added to component that allows subclasses to specify the type of component event created when a DOM event is received which stops the need to “translate” component events.
SelectionModel
Menu
The Menu and all MenuItems are now fully implemented. This includes sub menus, checkbox, radio, and date menu items.
Menu

Download

To download the beta 2 build or view the full release notes, please visit the Ext GWT download page. To find out more about Ext GWT and view the latest beta 2 samples, please visit the Ext GWT overview. To see beta 2 in action, take a look at the Explorer Demo.

14 Responses to “Ext GWT v1.0 Beta 2 Released”

  1. Robert

    Looks very promising! Great work Ext… very nice.

  2. mmnmm7

    It’s a bug the title text of Explorer Demo. ^^;
    ‘GWT’ not ‘GXT’.

  3. Darrell Meyer

    This has been corrected in SVN. Thanks.

  4. sakuraba

    Looks very slick. Too bad only a few people can use it.

  5. posta07

    There are NOT series architecture issues with the way it’s done.

    You’re entitled to your opinion, however, be reminded it counts for just as much as everyone else’s opinion. As such, be reminded there are vastly more people that disagree with you than those that agree.

    I believe the developers at ext did a terriffic job on the ext GWT product. The price for a developer license is also completely within reason.

    Keep up the good work.

  6. New Fan

    One Leaves, Another Joins.. Interesting how a community works. I’m new to all of the Ext products. My team only builds intranet applications. So the GPL is perfect for us. Our Extranet team saw the product and love the potential. Very promising. Price point is nice as well.

  7. Daily del.icio.us for April 28th through May 2nd — Vinny Carpenter’s blog

    […] Ext JS - Ext GWT v1.0 Beta 2 Released - Ext JS is pleased to announce the Ext GWT 1.0 beta2 release. This release includes numerous enhancements and bug fixes since the beta1 release and is a recommended upgrade for those using beta 1. […]

  8. Weekly GWT Links For 5/3/08 | GWT Site

    […] Ext GWT 1.0 Beta 2 released The latest release of Ext GWT includes several new features and bug fixes. […]

  9. David

    How does EXT GWT differ from just EXT JS? That is, are their widgets in EXT JS that I can’t use with EXT GWT or vice versa? Or is EXT GWT does GWT with interfaces to use EXT JS?

  10. dhiraj patkar

    This is so not fair guys!!

    I am speaking about the owners of this blog. I had mentioned things about how bad the architecture of the ext gwt package is and got some flak back. I elaborated on my overpriced and badly architected comment from before and they removed the posting. If you cannot take constructive criticism then dont put up a blog. This is a good opportunity for your leadership to put some strong points across and win people over. Instead what do you do: REMOVE MY POSTING!!!

  11. hb562100

    Not a bug ,just is “EXT + GWT = GXT”?

  12. 刘武阳

    资料太少了,能否提供中文资料吗?谢谢!

  13. Mark T

    @dhiraj patkar

    If you want to discuss your opinion about the technical details of the framework, you probably should do so in a more suitable place… e.g. the GXT Open discussion forum.

  14. Nina

    I have been trying to view the demos at http://extjs.com/explorer/ but the page is showing the “Ext GWT 1.0-beta2
    Loading demo…” image for hours and never actually loads. I am using Firefox 3.0b5 on Ubuntu. Does anyone else have this issue and will it be resolved soon?
    I noticed the samples are also in the download, but there are really no instructions on how to deploy these or use them in Eclipse, which would be useful for getting up and running quickly.

Leave a Reply

To prove that you're not a bot, please answer this question:



© 2006-2008 Ext, LLC