ongwt.com

Go to content | Go to menu | Go to search

Monday 25 February 2008

GWT Rolodex released in open source

gwt-rolodex :

This widget displays a stack of images that you can flick through like a rolodex or a card deck. It uses gwt's deferred binding for the image generation and lightweight animation to create a fast and smooth experience in all supported browsers. Check out the HelpMovieDemo and FlipBookDemo demos.

Demonstration 1

Demonstration 2

http://code.google.com/p/gwt-rolodex/

image

Saturday 16 February 2008

Article : Dragging and dropping with gwt-dnd

Chris Fong

Today, we are going to take a look at adding drag-and-drop to our GWT applications. I’ve seen quite a few solutions for adding drag-and-drop, including a few tutorials that show how roll your own solution. But why reinvent the wheel when there is a perfectly good drag and drop library like gwt-dnd ?

Dragging and dropping with gwt-dnd

image 

http://www.everystockphoto.com/photo.php?imageId=19147

Saturday 16 February 2008

GWT Ext 2.0, on the road for success

GWT Ext 2.0 was the buzz of this week. And because in opensource, the success is always correlated with visibility, I think that with this new version, GWT Ext is on the road for success.


Update : GWT-Ext and GWT Designer 10 Feb 2008 by Eric Clayberg

GWT-Ext Powerful and Stunning Widget Library 16 Feb 2008 by Ray Cheung 

Release of GWT Ext 2.0 14 Feb 2008 by Dietrich Kappe 

GWT-Ext 2.0 released 13 Feb 2008 by info@dnzone.com (Frank Beverdam) 

GWT Ext 2.0 Released…and It's Stupid! (Cool) 13 Feb 2008 by david 

GWT Ext 2.0 Released 11 Feb 2008 by Dion Almaer 

GWT-Ext 2.0 Released 13 Feb 2008 by Dan Vega 

Prototyping with GWT-Ext (google) 12 Feb 2008 by Russell Wilson 

MyGWT or GWT-Ext, which one, both bad ? 11 Feb 2008 by Frans Thamura 

GWT Ext 2.0 released 11 Feb 2008 by Nazmul Idris 

GWT-Ext Widget Library 11 Feb 2008 by bloid 

GWT-Ext.2.0 11 Feb 2008 by Spider84 

Daily del.icio.us for February 6th through February 7th 7 Feb 2008 by Vinny Carpenter 

Weekly GWT Links for 2/9/08 8 Feb 2008 by Chris Fong 

Interesting Links of the week(Feb 15th 2008) 20 hours ago by Adi 

things i definitely still wanna do in 2008 14 Feb 2008 by logemann 

GWT Ext 2.0 Released 12 Feb 2008 by webcorrect 

Arriva GWT Ext 2.0 11 Feb 2008 by r.degni@html.it (Riccardo Degni) 

GWT-Ext widget library 13 Feb 2008 by Administrator 

Interesting Finds: February 11, 2008 10 Feb 2008 by Jason Haley 

GWT-ExtのHelloWorldをやってみる / Eclipse 3.3 / MacOSX 10.5 19 hours ago by p_g_ 

GWT-Ext 2.0 リリース 9 Feb 2008

Publicada la versión 2.0 de GWT-Ext 11 Feb 2008 by remoh 

GWT-EXT 2.0 : impressionant 10 Feb 2008 by Didier Girard 

Ajax a full - GWT-Ext 2.0 (0 puntos) 13 Feb 2008

AJAX News [2008-02-09 08:54:39] 9 Feb 2008 by admin 

GWT-Ext 2.0 : impressive 9 Feb 2008 by dgirard 

来週、でれくた〜 14 Feb 2008

Monday 20 August 2007

GWTiger : application framework

Addy Kapur :

GWTiger is an application framework that will enable developers to write enterprise applications easily.
The framework essentially contains a set of widgets and java classes that can be included in any GWT project.

The following are the features:-

Widgets and Panels
GWT is a great tool with a lot of flexibility. When you are building a data entry screen or a form, you will have to write a lot of code to have widgets inside a horizontal panel which itself goes into a vertical panel which is embedded in some other panel. GWTiger will reduce that complexity by giving you a class that has built in label, field (text, password, list etc.) and a place for error message. All combined together in one easy package.
All you have to do is:-
TextFieldWidget txtUserId = new TextFieldWidget("User Id");

Field Validation
Very easily add field validation to your application. Making a field required is as simple as calling txtUserId.setRequired(true);

Mask Controls

GWTiger has widgets to provide Mask controls. E.g if you would like someone to enter their phone number in the format (122) 122-1222 all you have to do is to setup a mask control as
MaskTextFieldWidget txtPhone = new MaskTextFieldWidget("Phone","(###) ###-####");

Lazy loading
Each screen may take 2-3 seconds to load. If you build a large application, it may take several seconds/a minute for the application to load. With GWTiger you can use pre built functions to load your screens only when/if you need them.

Login screen

The demo application comes with a template and entire logic to build a login screen including the server side code.

Please view the online demo at http://gwtiger.org/sample/com.mycompany.MyApplication/MyApplication.html
More Info at http://gwtiger.org

Friday 23 February 2007

G4jsf : GWT and JSF Integration

JSF Resources :

The very cool Ajax4jsf project now has some excellent integration with the Google Web Toolkit, and Sergery Smirnov has written a tutorial showing how to use the two libraries together. He also states: “The mission of the G4jsf subproject is to shift the perception of the relationship between GWT and JSF from viewing them as competitive technologies to viewing them as naturally complementary technologies.”


G4JSF


Sunday 18 February 2007

gwt-jsviz, 2D graph

GWT API library to support JSViz within the GWT framework. This library allows you to write your JSViz application in java using GWT.
Demo
Demo JSViz
gwt-jsviz


Tuesday 13 February 2007

gwt-dnd :Drag and Drop for GWT

GWT extension library which adds drag-and-drop support to new or existing applications.
gwt-dnd


Tuesday 30 January 2007

Google Maps GWT API - 2.0.0 - Some big changes

The new version of Google Maps GWT API is available for download :
  • All classes now have real constructors, no more create methods..
  • Removed some of the GMap2Widget constructors
  • Implemented GPolygon
  • In hosted mode the GMap2Widget.getMaps() function will check to see if the Goolge Maps java script is in your HTML and will now give an error message in the GWT Log if it is missing.
Annoucement and code sample : Google Maps GWT API - 2.0.0




page 1 de 1