WINDOWS CATEGORIES:
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
|
|
|
WEEKLY HIGHLIGHTS
|
7-DAY TOP DOWNLOAD
# |
Program |
 | Avira AntiVir Personal - Free Antivirus 8.1.0.331 130,829 |  | Windows Live Messenger 2009 14.0.5027.908 107,385 |  | Windows Live Messenger 8.5.1302.1018 82,928 |  | Internet Download Manager 5.14 Build 5 42,472 |  | DVD Shrink 3.2.0.15 39,379 |  | Y! Multi Messenger 8.x and 9.x 38,302 |  | Vista Transformation Pack 8.0.1 36,599 |  | Microsoft Office 2007 35,251 |  | Adobe PhotoShop CS3 31,735 |  | Nero 7 Premium 7.11.10.0 29,312 |
|
WEEK'S BEST
DAEMON Tools Pro (...Opera 9.60 Build 1...Maxthon Standard 1...DAEMON Tools Pro B...Advanced X Video C...WinRAR 3.80 StableNero 9 9.0.9.4Net Transport 2.64...Advanced SystemCar...Windows Live Messe...Acronis True Image...ImTOO DVD Ripper S...Combined Community...Fastream IQ Web/FT...VirtualDub 1.8.6 B...Super DVD Creator ...Deluge 1.0.2Adobe Flash Player...WinPatrol 15.9.200...Trend Micro Intern...COMODO Internet Se...WinZip 12.0 Build ...Real Alternative 1...Camfrog Video Chat...iTunes 8.0.1.11QuickTime 7.55.90.70SiSoftware Sandra ...EVEREST Ultimate E...Google Chrome 0.3....BS.Player 2.31 Bui... |
|
|
|
Google Web Toolkit 1.4.61
|
|
|
|
|
|
User Rating: Rated by: |
Good (3.3/5) 29 user(s) |
|
|
|
Google Web Toolkit description |
|
|
A software program that allows you to build AJAX apps in the Java language
Google Web Toolkit allows you to build AJAX apps in the Java language.
What is Google Web Toolkit? Google Web Toolkit (GWT) is a Java development framework that lets you escape the matrix of technologies that make writing AJAX applications so difficult and error prone. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice. When you deploy your application to production, the GWT compiler to translates your Java application to browser-compliant JavaScript and HTML.
Here's the GWT development cycle:
Use your favorite Java IDE to write and debug an application in the Java language, using as many (or as few) GWT libraries as you find useful. Use GWT's Java-to-JavaScript compiler to distill your application into a set of JavaScript and HTML files that you can serve with any web server. Confirm that your application works in each browser that you want to support, which usually takes no additional work.
Why Translate Java Code to JavaScript? Java technologies offer a productive development plaform, and with GWT, they can instantly become the basis of your AJAX development platform as well. Here are some of the benefits of developing with GWT:
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. Automated Java refactoring is pretty snazzy these days. Java-based OO designs are easier to communicate and understand, thus making your AJAX code base more comprehensible with less documentation.
Here are some key features of "Google Web Toolkit":
· Dynamic, reusable UI components · Create a Widget by compositing other Widgets. Lay out Widgets automatically in Panels. Send your Widget to other developers in a JAR file. · Really simple RPC · To communicate from your web application to your web server, you just need to define serializable Java classes for your request and response. In production, GWT automatically serializes the request and deserializes the response from the server. GWT's RPC mechanism can even handle polymorphic class hierarchies, and you can throw exceptions across the wire. · Browser history management · No, AJAX applications don't need to break the browser's back button. GWT lets you make your site more usable by easily adding state to the browser's back button history. · Real debugging · In production, your code is compiled to JavaScript, but at development time it runs in the Java virtual machine. That means when your code performs an action like handling a mouse event, you get full-featured Java debugging, with exceptions and the advanced debugging features of IDEs like Eclipse. · Browser compatible · Your GWT applications automatically support IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases. · Interoperability and fine-grained control · If GWT's class library doesn't meet your needs, you can mix handwritten JavaScript in your Java source code using our JavaScript Native Interface (JSNI).
What's New in This Release: [ read full changelog ]
· Issue #319 - Calling native super method in implementation class results in infinite loop in web mode
· Issue #496 - gwt.js in gwt-user.jar lacks Apache 2.0 license header
· Issue #497 - Unexpected internal compiler error - Analyzing permutation #1
|
|
|
|
|