Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT & Angular JS Integration

For Normal JavaScript It is possible to integrate with GWT with JSNI (JavaScript Native Interface).

Is it possible to integrate AngularJS with GWT ?

like image 565
Ask Avatar asked Sep 03 '13 07:09

Ask


People also ask

What is GWT used for?

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications easy. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice.

Is GWT still in use?

Productivity for developers, performance for users. GWT is used by many products at Google, including Google AdWords and Google Wallet. It's open source, completely free, and used by thousands of enthusiastic developers around the world.

Does GWT have a future?

GWT has a Brilliant Future, While GWT 2. x will still receive a long term support, GWT 3 is moving forward faster than ever now, and it also going to ensure a smooth migration path from GWT 2.

What is GWT technology?

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. GWT is an open source, completely free, and used by thousands of developers around the world.


1 Answers

Technically, yes. No one said it was easy though.

See https://github.com/cromwellian/angulargwt, announced in https://plus.google.com/110412141990454266397/posts/AYmRTDHeAZT and https://plus.google.com/110412141990454266397/posts/G1v6j6Pri5u

like image 149
Thomas Broyer Avatar answered Sep 26 '22 12:09

Thomas Broyer