1 / 8

Google Web Toolkit - Gufran Mohammed

Google Web Toolkit - Gufran Mohammed. Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications easy for developers who don't speak browser scripts as a second language.

dillian
Télécharger la présentation

Google Web Toolkit - Gufran Mohammed

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Google Web Toolkit - Gufran Mohammed

  2. Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications easy for developers who don't speak browser scripts as a second language. With GWT, you can develop and debug AJAX applications in the Java language. Write your front end in the Java programming language,and the GWT compiler converts your Java classes to browser-compliant Java Script and HTML. What is Google Web Toolkit ?

  3. Develop a front end application in Java Programming language using any Java IDE and GWT libraries GWT's Java-to-JavaScript compiler converts your application into a set of JavaScript and HTML files that can be served with any web server. Confirm that the application works in each browser GWT development cycle

  4. You can use all of your favorite Java development tools (Eclipse, IntelliJ, JProfiler, JUnit) for AJAX development. Static type checking in the Java language boosts productivity while reducing errors. Common Javascript errors (typos, type mismatches) are easily caught at compile time rather than by users at runtime. Code prompting/completion is widely available. Java-based OO designs are easier to communicate and understand, thus making your AJAX code base more comprehensible with less documentation. Why GWT?

  5. GWT applications can be run in 2 modes: Hosted Mode Web Mode Debugging and Deploying GWT Applications

  6. GWT has four major components: Java-to-Javascript compiler "Hosted" web browser Two Java class libraries (JRE Emulation library and GWT web UI class library)‏ Google Web Toolkit Architecture

  7. Browser compatible (IE, Firefox, Mozilla, Safari, and Opera)‏ Internationalization Browser history management Dynamic, reusable UI components Really simple RPC Real debugging Completely Open Source Interoperability Google Web Toolkit Features

More Related