Krishnakumar Pooloth
We have developed an online tool to generate a gwt theme for a user- specified color. The generated theme is similar to the gwt standard theme.
To content | To menu | To search
Tuesday 14 October 2008
By dgirard on Tuesday 14 October 2008, 12:34
Krishnakumar Pooloth
We have developed an online tool to generate a gwt theme for a user- specified color. The generated theme is similar to the gwt standard theme.
Tuesday 16 September 2008
By dgirard on Tuesday 16 September 2008, 00:06
Chad Lung
This is the third tutorial in my series that takes the GWT Getting Started Tutorial and modifies it for Instantiations GWT Designer. With this tutorial I'll focus on getting cross site JSON from a simulated third party server which will be hosted locally but powered by the same Python web server the GWT tutorial uses. We start with a very quick look at introducing JSON for those that might not have seen it before. Then we'll look into the SOP - Same Origin Policy issue that comes up with cross sites calls and work around it by using JSNI. This tutorial assumes you have read the first two tutorials in this series before proceeding with this one.
Tutorial: Get cross-site JSON via HTTP with GWT and the GWT Designer by Instantiations
Tuesday 9 September 2008
By dgirard on Tuesday 9 September 2008, 19:17
Chad Lung
"There has been a lot of good feedback in regards to the first GWT + GWT Designer tutorial that was posted a couple days ago so I've decided to add a second one. This second tutorial will be again be using the GWT and the GWT Designer by Instantiations. In this tutorial I'll cover RPC just like it's covered in the original GWT getting started RPC tutorial, except of course we will be using GWT Designer. This tutorial will build upon the first tutorial and enahnce the Stock Watcher web app to get it's stock data from the server versus just getting it directly from the JavaScript on the client's browser. In the end we will have a more real world web application."
Tutorial: RPC with GWT and the GWT Designer by Instantiations
By dgirard on Tuesday 9 September 2008, 08:02
Chad Lung
I've created a GWT Designer tutorial based off of the GWT team's "Getting Started Tutorial". This tutorial hopes to allow the many people moving into the GWT world an easier approach by using one of the leading tools out there: GWT Designer by Instantiations. I've been pleased with the tool and think many developers can benefit from it's ease of use. As time moves on I'll be adding more tutorials to assist developers to easily move to GWT. Feedback and comments are appreciated and will help to make future tutorials better.
Tutorial: Getting started with GWT and the GWT Designer by Instantiations
Wednesday 3 September 2008
By dgirard on Wednesday 3 September 2008, 10:25
Instantiations announces major updates to coincide with the GWT 1.5 release. GWT Designer now also has added basic support for popular widget kits GWT-EXT and MyGWT.
GWT Designer is the leading GUI building plug-in for GWT and become very popular since its launch in late 2006. Based on Instantiations award-winning WindowBuilder product, GWT Designer is an Eclipse-based graphical user interface (GUI) creation tool supporting features such as drag-and-drop GUI building and bi-directional code generation, providing several useful wizards that help make GWT development easier. It allows developers to focus on creating and testing rich Internet applications using Eclipse, Java and GWT without worrying about the complexities of AJAX coding. GWT Designer uses wizards, WYSIWYG builders, composites, layouts and controls.
Price and Free Trial
GWT Developer is available through an annual subscription of $59 for one year, $99 for 2-years, $139 for 3-years (all of which include one year of support), or a perpetual license for $124 with one year of support. Current up-to-date subscription holders of GWT Designer can upgrade to the new versions at no cost as part of their annual license. A two-week trial is also available.
Tuesday 26 August 2008
By dgirard on Tuesday 26 August 2008, 16:38
David Kuhn
Cypal Studio for GWT allows you to hook into your existing GWT SDK and add the GWT facet to your new/existing WTP project. From there you can go on developing your GWT application as you would a regular Dynamic Web Project in Eclipse and add the GWT stuff as you go. IMO this is a fantastic piece of work and really lowers the barrier to entry for developers new to GWT scene but who are already familiar with Eclipse.
Friday 11 April 2008
By dgirard on Friday 11 April 2008, 07:13
gwt-in-the-aire
Makes the Adobe AIR API available for GWT (using JSNI) and provides a linker to compile Java to JavaScript and produce an AIR application in a single step.
For now, the linker produces an AIR intermediate package (i.e. you later need to sign it using the ADT). I've been able to package the Showcase sample from GWT 1.5. Follow the link in the right pane to try it out.
http://code.google.com/p/gwt-in-the-air/
Source : insideIT.fr
Saturday 29 March 2008
By dgirard on Saturday 29 March 2008, 11:59
GWT 1.4 has been long a source of problems but, as announced by HtmlUnit committer Ahmed Ashour last week, this is now past story: HtmlUnit is now able to work correctly with the example applications of GWT 1.4!HtmlUnit now works with GWT 1.4! « Marc Guillemot’s blog
Tags: HtmlUnit, ahmed ashour
Tuesday 18 March 2008
By dgirard on Tuesday 18 March 2008, 18:39
Videos of last week's Selenium User Meetup have been posted on YouTube. You can watch them below or click on the video to watch it on YouTube. Enjoy!
Very interesting !
By dgirard on Tuesday 18 March 2008, 15:34
Eric Clayberg
The latest build now includes much more advanced GWT-Ext support including a GWT-Ext palette that will appear when GWT-Ext has been added to your project classpath and inherited into yoru module.
Note that this support is considered to be in beta and will likely evolve in the future. Currently supported components include:
Button, SplitButton, CycleButton, CheckItem, ColorPalette, ProgressBar, ComboBox, Checkbox, Radio, NumberField, DataPicker, DateField, TimeField, TextField, TextArea, ToolBar, ToolbarButton, ToolbarMenuButton, ToolbarFill, ToolbarSpacer, ToolbarSeparator, GridPanel, EditorGridPanel, PropertyGridPanel, TreePanel, TreeNode, Panel, FieldSet, FormPanel, HTMLPanel, MultiFieldPanel, TabPanel.
Thursday 6 March 2008
By dgirard on Thursday 6 March 2008, 14:40
Sunday 27 January 2008
By dgirard on Sunday 27 January 2008, 18:09
Update : False alarm, thanks Chris
Ed Burnette
I hope that GWT Designer will support GWT-Ext, MyGWT and others.Instantiations demonstrated their new GWT Designer at a BOF last night at Eclipse World. According to Eric Clayberg, Sr. VP of Product Development, the response was very enthusiastic.
Sunday 1 July 2007
By dgirard on Sunday 1 July 2007, 09:16
Tuesday 22 May 2007
By dgirard on Tuesday 22 May 2007, 07:02
Saturday 19 May 2007
By dgirard on Saturday 19 May 2007, 07:37
Agile Ajax
In the world of GWT IDE support, you knew that NetBeans wouldn't long be behind. And, of course, a beta of gwt4nb is available. From the info site, gwt4nb offers the following features:
Thursday 26 April 2007
By dgirard on Thursday 26 April 2007, 12:21
I invite you to read the full thread, it's very interesting.I use selenium extensively with all my GWT apps - and wouldn't want to live without it. You can use it to cross-platform test your applications in the two major browsers - the selenium team claims it works in almost any browser!
By dgirard on Thursday 26 April 2007, 07:29
Pranni :
Googlipse is dead, long live Cypal Studio for GWTI’ve created a brand new product called “Cypal Studio for GWT“. It is hosted @ Google Code. Its essentially the same code base (with the same Apache 2.0 license) but with little changes and few bug fixes. So what happens to Googlipse now? Its dead. Means there will be no more bug fixes, no more features.
Monday 5 February 2007
By dgirard on Monday 5 February 2007, 01:20
Instantiations, Inc., a leading provider of software quality and productivity solutions, today announced the release of GWT Designer™ 1.5. The definitive development tool for the Google Web Toolkit (GWT), GWT Designer is a comprehensive product for creating Ajax Web applications using the Java programming language. Ajax is shorthand for asynchronous JavaScript and XML, an increasingly popular means for coding rich Internet applications. GWT Designer is built on WindowBuilder Proª, the company's market-leading Eclipse tool for creating Java graphical user-interface (GUIs) applications for Microsoft Windows, Linux, Macintosh and other operating systems.

Monday 22 January 2007
By dgirard on Monday 22 January 2007, 11:12

Friday 19 January 2007
By dgirard on Friday 19 January 2007, 08:04

« previous entries - page 1 of 2