GWT – Google Web Toolkitjsug.at/w/images/e/e0/JSUG-Slides_GWT-Hans_Sowa.pdf · GWT – Google Web...

Post on 22-Mar-2020

2 views 0 download

Transcript of GWT – Google Web Toolkitjsug.at/w/images/e/e0/JSUG-Slides_GWT-Hans_Sowa.pdf · GWT – Google Web...

GWT – Google Web Toolkit

Hans Sowa

03/09/2009 Hans Sowa 2

Agenda

about me Problems with (Ajax)-Webapplications What is GWT? + Demo 1 Widgets (Panels, CSS) + Demo 2 RPC + Demo 3 Tooling further Demos

03/09/2009 Hans Sowa 3

about me

Study: Informations- and Communicationssystems

7 Years external employee (Swun, IBM) 1 Year Webdeveloper 2 Years Technical Application Manager

(s-it Solutions) One of the authors of the book „GWT

Ajax Anwendungen einfach und schnell entwickeln“

03/09/2009 Hans Sowa 4

Problems with (Ajax)-Webapplications

Browser compatibility different languages Use of Ajax complex GUIs Debugging of GUI Problems

03/09/2009 Hans Sowa 5

What is GWT?

Ajax Webframework (RPC) Implemented Language: Java Hosted Mode/Web Mode Eventhandling Widget Library Browser independent Localization Historymanagemant

03/09/2009 Hans Sowa 6

Demo 1

How a GWT Application looks like? Java Hosted Mode/Web Mode Event Handling

03/09/2009 Hans Sowa 7

WidgetsPushButton ToggleButton Hyperlink ListBox

RadioButton

CheckBoxPasswordTextBox TextArea

TableTextBox

Tree

MenuBarDialogBox

TabBar

StackPanel PopupPanel

03/09/2009 Hans Sowa 8

Panels (Widgets)HorizontalPanel VertikalPanel FlowPanel VerticalSplitPanel

HorizontalSplitPanelDockPanel

TabPanel

RichTextArea DisclosurePanel SuggestBox

03/09/2009 Hans Sowa 9

Demo 2

Widget Examples and CSS

03/09/2009 Hans Sowa 10

Widgets used in the Login exampleText

03/09/2009 Hans Sowa 11

RPC – Remote Procedure Call

Source: GWT Documentation

03/09/2009 Hans Sowa 12

Demo 3

How RPC does work?

03/09/2009 Hans Sowa 13

Tooling

projectCreator.cmd applicationCreator.cmd i18nCreator.cmd <Interfacename>-i18n.cmd jUnitCreator.cmd Eclipse Plugin Cypal Studio for GWT

(http://www.cypal.in/studio) GWT (http:/code.google.com/intl/de-DE/

webtoolkit)

03/09/2009 Hans Sowa 14

further Demos

03/09/2009 Hans Sowa 15

Questions?