As per GWT 2.7.0 (RC1) Release Note, GWT Designer is deprecated. I use the tool for some complex UI design in my project. Just don't know why this happens and what are alternatives without it.
Why does GWT 2.7 discontinue the GWT Designer?
6.5k Views Asked by Bing At
1
There are 1 best solutions below
Related Questions in USER-INTERFACE
- Perl Command Line Interpreter crashing on exit
- Android - How to check for button click in a custom alert dialog box?
- Working towards a more advanced graphics game
- Use GUI displayed results of SQL query vs new queries?
- Efficiently design method to construct a Java GUI?
- Implementing callback function for dialog-based application
- Ui-router URL changes, nested view not loading
- Dont see anything inside my jframe
- Sliding Card Design
- Display value of Y axis inside GUI plot
- Sash becomes lost after resize
- Java Swing Drawing Rectangles
- How do I convert point to local coordinates?
- WPF Workaround to add Window control as a child of visual
- Developing multi page app like Viber interface using Qt Quick?
Related Questions in GWT
- Set log4j.properties for GWT
- Grid with rows in anchor not visible in GWT (UIBinder)
- PlayN and Firefox issues
- Simulate Key Combinations by scanning bar code
- Server Side Implementation in GWT
- gwt 2.0.0 in Eclipse Luna & gwt plugin version 3.8.0
- Disabiling 'X mark' in IE11 compatibility mode
- GWT: Site layout with frames
- GWT Datagrid slow scroll due to css rendering
- GWT Eclipse: using classes from other projects cause "Server class ... could not be found in the web app, but was found on the system classpath
- Cannot read property removeChild of null in jsni
- Debugging GWT app in production by loading SourceMaps from local environment
- GWT DataGrid column width issue after removing columns
- How run several instances of GWT application in IntelliJIDEA
- How to deal with large multi-module applications on GWT
Related Questions in GWT2
- Difference between Html***Builder and Dom***Builder classes in Gwt
- Generic Entity interface on gwt client side while using GwtQuery
- Why does GWT 2.7 discontinue the GWT Designer?
- How give style for GWT CellList in Onclick event?
- Want to Implement 'Mark as Read' feature in GWT Cell List
- GWT (Google Web Toolkit) CellBrowser Focus/Scrolling Problem
- GWT client-side HTML5 database storage (Web SQL Database)
- GWT, Enum, RadioButton and Editors framework
- PropertyChangeSupport in GWT
- how to integrate or call or interface with a 3rd party widget within a GWT app?
- Running GWT Speedtracer without Jetty
- Is there a `AcceptsOneWidget` which also `ProvidesResze` (other than `ScrollPanel`)?
- RequestFactory's Entity Relationships
- GWT : How to prevent client-side state from being cleared when a redirection (for e.g : OAuth2) happens?
- Integration between OpenX and GWT?
Related Questions in GWT-DESIGNER
- How do I tell GWT-Designer/windowBuilder where the UI is
- Why does GWT 2.7 discontinue the GWT Designer?
- Install GWT Designer plug-in in Eclipse Indigo from JAR
- GWT Wizards are not showing in the eclipse Wizards menu
- how to create a composite with a working pane in it
- Use a custom gwt component created with uiBinder in another uiBinder?
- GWT Design wont run
- GWT Designer can't find GWT module X in project
- "create new visual classes" button not clickable on eclipse
- GWT Designer for eclipse not working
- Why won't the GWT designer for eclipse work with GXT 3 widgets?
- How to use GWT designer with Eclipse GWT plugin?
- Custom widgets can't be added to GWT Designer palette
- GWT Designer Componentry
- GWT Designer and Cell Widgets for Performance
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The GWT Designer is no longer the focus of the GWT Steering Committee (Members include Google, Vaadin, Sencha etc )
As stated the code is open sourced and if anybody is interested they can take ownership of it to revive it. Going back in history Google bought the company that built the designer and utilised some parts of it initially and later on abandoned the designer with very little commits over last few years. So its been in coma for more than couple of years now with few changes added to support yearly eclipse releases.
Looking into the source -> https://github.com/gwt-plugins/gwt-designer
They are adding support for next version of eclipse too.
Of course Vaadin and Sencha have their own take on the Designer. Their focus might not be purely native GWT. Reference: