1 / 19

Google Web Kit

Google Web Kit. Behrendt, Heiniz, Kluth, Marten. 1. Outline. Introduction What is GWT? Features of GWT Disadvantages Hands – On Hello World (GWT 1.x) Hello World (GWT 2.1) Hello World (GWT 2.1 + RPC) Summary Outlook Questions. 2. Web Technologies. Introduction.

marilu
Download Presentation

Google Web Kit

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 Kit Behrendt, Heiniz, Kluth, Marten Web Technologies – Prof. Dr. Ulrik Schroeder – WS 2010/11 1

  2. Outline Introduction What is GWT? Features of GWT Disadvantages Hands – On Hello World (GWT 1.x) Hello World (GWT 2.1) Hello World (GWT 2.1 + RPC) Summary Outlook Questions 2 Web Technologies

  3. Introduction What is GWT? Development Toolkit for Browser-based Applications Application Development in Java Type-Safe Language No memory-leaks Testing with Junit Java-IDEs (Eclipse Pluging) Application Deployment in HTML/AJAX Java to JS/HTML (AJAX) Compiler Web Technologies

  4. Introduction Features of GWT Java to JS/HTML Compiler Browser Independence/Deferred Binding Optimized JS-Code History Support Safe HTML Easy Internationalization UI-Binder Code in Java, Layout in CSS Developer Mode Local Testing and Debugging Speed Tracer Web Technologies

  5. Introduction Features of GWT Ready-to-useWidgets Web Technologies

  6. Introduction Disadvantages of GWT Dependence on Google Learning Curve Web Technologies

  7. Introduction Examples for GWT applications Web Technologies

  8. Java to JS/HTML Compiler JRE emulation Web Technologies

  9. Java to JS/HTML Compiler JS-Optimization Web Technologies

  10. Hands - On Hello World (GWT 1.x) Insert Source Code here... Web Technologies

  11. Hands - On Hello World (GWT 1.x) Live Demonstration Developer Mode vorstellen Resultat/Hello World zeigen Web Technologies

  12. Hands - On Hello World (GWT 2.1) Insert Source Code here... Vorheriges Bsp. + UiBinder mit CSS Web Technologies

  13. Hands - On Hello World (GWT 2.1) Live Demonstration Resultat/Hello World zeigen Eine CSS Def ändern? Web Technologies

  14. Hands - On Hello World (GWT 2.1 + RPC) Insert Client Source Code here... Vorheriges Bsp. + RPC aufruf Web Technologies

  15. Hands - On Hello World (GWT 2.1 + RPC) Insert Server Source Code here... Wie im offiziellen HelloWorld Example Web Technologies

  16. Hands - On Hello World (GWT 2.1) Live Demonstration Resultat/Hello World zeigen Hello World Text ändern? Web Technologies

  17. Summary TODO... Web Technologies

  18. Outlook Wie wird sich GWT weiterentwickeln? GWT Designer (wechsel von 1.x zu UIBinder) ... Web Technologies

  19. Literature - Introduction Books Paper Tutorials Links Examples Software 1 Introduction

More Related