📅  最后修改于: 2021-01-02 13:02:07             🧑  作者: Mango
Comparison Index | GWT | AngularJS |
---|---|---|
Introduction | GWT is a development toolkit for developing web application. | AngularJS is a structural framework for dynamic web apps. |
Official Website | www.gwtproject.org. | www.angularjs.org. |
Technical Documentation | You can get technical documentation of GWT on www.gwtproject.org/doc. | You can get technical documentation of AngularJS on docs.angularjs.org. |
Developed By | GWT is developed by Google. | AngularJS is also developed by Google. |
Initial Release | GWT is initially released in May 16, 2006. | AngularJS is initially released in October 20, 2010. |
License | GWT is licensed under Apache License 2.0. | AngularJS is licensed under MIT License. |
Implementation Language | GWT is build on Java Programming Language. | AngularJS is build on JavaScript. |
Template Language | GWT has UIBinder as template language | AngularJS has HTML5 as template language. |
Usability | GWT has very few users. | AngularJS has majority of development done by user. |
WYSIWYG-Editor | GWT has this editor. | AngularJS doesn’t have this editor. |
Framework | GWT has MVC Restlet framework. | AngularJS has Angular as framework. |
Design Pattern | GWT has Model View Presenter Activities and Places. | AngularJS has MVVM as design pattern. |
Code Generation | GWT has code generation. | AngularJS has condition present for code generation. |
Dynamic Typing | GWT does not have dynamic typing. | AngularJS have dynamic typing. |
Programming Paradigm | GWT has Object Oriented programming paradigm. | AngularJS has Object Oriented Functional Event Driven programming paradigm. |
Client Server Code reuse | GWT has Model View Controller. | AngularJS has MVVM web service. |
Cloud Platform Support | GWT support via Google App Engine. | AngularJS support via Digital Ocean. |
Request Per Second | GWT can perform 5 requests per second. | AngularJS can perform 1 request per second. |
Client Synchronization | GWT has client synchronization. | AngularJS does not have client synchronization. |
Library File Size | GWT has 32 MB file size. | AngularJS has 80 KB file size. |