gwt and angular - relatives or foes

12
©2015 GlobalLogic Inc.

Upload: globallogic-ukraine

Post on 06-Jan-2017

1.885 views

Category:

Engineering


3 download

TRANSCRIPT

Page 1: GWT and Angular - Relatives or Foes

©2015 GlobalLogic Inc.

Page 2: GWT and Angular - Relatives or Foes

2

GWT & Angular Relatives or Foes

Page 3: GWT and Angular - Relatives or Foes

3

• What are GWT and Angular• Why these tools appeared• Features Comparison• Who rules• The future of GWT• Questions

Agenda

Page 4: GWT and Angular - Relatives or Foes

4

Google Web Toolkit (GWT) is an open source set of tools that allows web developers to create and maintain complex JavaScript front-end applications in Java.GWT version 1.0 was released on May 16, 2006.

GWT

Page 5: GWT and Angular - Relatives or Foes

5

AngularJS is an open-source web application framework mainly maintained by Google. It aims to simplify both the development and the testing of such applications by providing a framework for client-side model–view–controller (MVC) and model–view–viewmodel (MVVM) architectures, along with components commonly used in rich Internet applications.

Angular

Page 6: GWT and Angular - Relatives or Foes

6

Why these tools appeared

Page 7: GWT and Angular - Relatives or Foes

7

GWT Sample

Page 8: GWT and Angular - Relatives or Foes

8

Angular Sample

Page 9: GWT and Angular - Relatives or Foes

9

Features ComparisonAngular GWT

SPA + +Dependency Injection + - (use lib com.google.gin)MVC/MVP + - (use GWTP)Compiler + +Google + +Bidirectional model-viewbinding + -Widgets - (use any) + (use GXT)Speed of learning + -

Page 10: GWT and Angular - Relatives or Foes

10

Who rules

Page 11: GWT and Angular - Relatives or Foes

11

The future of GWT

or “Is GWT dead?”

Page 12: GWT and Angular - Relatives or Foes

12

Questions