+ All Categories
Home > Technology > JSUG - Google Web Toolkit by Hans Sowa

JSUG - Google Web Toolkit by Hans Sowa

Date post: 18-May-2015
Category:
Upload: christoph-pickl
View: 829 times
Download: 0 times
Share this document with a friend
Description:
visit www.jsug.at for more stuff
Popular Tags:
15
GWT – Google Web Toolkit Hans Sowa
Transcript
Page 1: JSUG - Google Web Toolkit by Hans Sowa

GWT – Google Web Toolkit

Hans Sowa

Page 2: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 2

Agenda

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

Page 3: JSUG - Google Web Toolkit by Hans Sowa

03/08/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“

Page 4: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 4

Problems at (Ajax)-Webapplications

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

Page 5: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 5

What is GWT?

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

Page 6: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 6

Demo 1

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

Page 7: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 7

WidgetsPushButton ToggleButton Hyperlink ListBox

RadioButton

CheckBoxPasswordTextBox TextArea

TableTextBox

Tree

MenuBarDialogBox

TabBar

StackPanel PopupPanel

Page 8: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 8

Panels (Widgets)HorizontalPanel VertikalPanel FlowPanel VerticalSplitPanel

HorizontalSplitPanelDockPanel

TabPanel

RichTextArea DisclosurePanel SuggestBox

Page 9: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 9

Demo 2

Widget Examples and CSS

Page 10: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 10

Widgets used in the LoginexampleText

Page 11: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 11

RPC – Remote Procedure Call

Figure taken from GWT Documentation

Page 12: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 12

Demo 3

How RPC does work?

Page 13: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 13

Tooling + Links

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)

Page 14: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 14

further Demos

Page 15: JSUG - Google Web Toolkit by Hans Sowa

03/08/2009 Hans Sowa 15

Questions?


Recommended