http://handysolution.com/rus

GWT homepage Overview Get started Tutorials Docs Resources Make GWT Better Terms Download Java Doc Creative Commons Attribution 3.0 License. Overview Coding Basics Build User Interfaces Html5 Support Test with JUnit Deploy Advanced Topics Reference FAQ Glossary Search Developer’s Guide Welcome to the GWT Developer’s Guide. This guide introduces the key concepts, tools, and libraries you’ll encounter when building web applications with GWT. The topics in this guide span project organization, coding, debugging, testing, optimizing, and publishing your web application. Note - If you’re new to GWT and eager to start playing immediately, you might want to try the Quick Start. For specific technical details, see the Reference guide and Articles. Tutorials Create, build and run a GWT application – Create, build, debug and compile a sample application. Communicating with the server – Add an asynchronous call to a web server using GWT RPC or JSON, serialize Java objects, and handle exceptions Internationalizing a GWT application – Translate the user interface of a GWT application into another language Unit testing with JUnit – Add unit tests to a GWT application using JUnit Deploying to Google App Engine – Deploy a GWT application to App Engine Developer Guide Organize Projects – Describes conventions to identify which code is intended to run on the client browser, the server, or both Compile & Debug – Describes development and production modes Coding Basics – Describes GWT programming fundamentals Build User Interfaces – How to work with widgets, panels, the DOM, events, CSS, declarative UI and images. Cell widgets / Editors - 2.1, Cell tables - 2.2 HTML5 Feature Support 2.3 – Describes GWT support for HTML5 features, such as Storage, Canvas, Audio, Video, drag and drop, and so forth. Security for GWT Applications - How to secure your GWT applications against JavaScript attacks Security: Safe HTML 2.1 – Describes coding guidelines that prevent a large class of Cross-Site-Scripting (XSS) vulnerabilities Security: GWT RPC XSRF protection 2.3 – Describes how to prevent Cross-Site Request Forgery (XSRF or CSRF) vulnerabilities in GWT RPCs MVP Framework 2.1 – Sample app and documentation showing how to use Activities, Places, and the EventBus. RequestFactory 2.1 – Guide to creating data-oriented services using RequestFactory and EntityProxy classes. Logging 2.1 – Describes how to log events in client-side code in GWT applications. Accessibility 2.5 – Describes features that enable screen readers to interpret what is displayed on the screen for a visually impaired user Internationalization – Describes a flexible set of tools to help you internationalize your applications and libraries Communicate with a Server – Describes a couple of different ways to communicate with a server via HTTP Test with JUnit – Describes how to use the JUnit unit testing framework and Emma code coverage tool Deploy – Describes how to deploy both client- and server-side JavaScript Optimize – Describes how to improve the performance of your application IE9 Support - Tips and Tricks 2.3 - Support for Internet Explorer 9 Reference – Provides javadoc for GWT and related libraries and technical details for GWT widgets FAQ – Frequently asked questions Glossary – GWT terminology