![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Moderator Join Date: Jun 2006 Location: India
Posts: 960
Thanks: 0
Thanked 38 Times in 33 Posts
Rep Power: 17 | Ajax for Java developers:Exploring the Google Web Toolkit ______________________________ The recently released Google Web Toolkit (GWT) is a comprehensive set of APIs and tools that lets you create dynamic Web applications almost entirely in Java™ code. Philip McCarthy returns to his popular Ajax for Java developers series to show you what GWT can do and help you decide whether it's right for you. (Note: You can now download an updated ZIP file containing the article source code.) The GWT (see Resources) takes an unusual approach to Web application development. Rather than employing the normal separation of client-side and server-side codebases, GWT provides a Java API that lets you create component-based GUIs and then compile them for display in the user's Web browser. Using GWT is far closer to developing with Swing or SWT than the usual experience of Web application development, and it tries to abstract away the HTTP protocol and the HTML DOM model. Indeed, the fact that the application ends up being rendered in a Web browser feels almost incidental. GWT achieves these feats through code generation, with GWT's compiler generating JavaScript from your client-side Java code. It supports a subset of the java.lang and java.util packages, along with the APIs that GWT itself provides. A compiled GWT application consists of fragments of HTML, XML, and JavaScript. However, these are pretty much indecipherable, and the compiled application is best regarded as a black box -- GWT's equivalent of Java bytecode. http://www-128.ibm.com/developerwork...ax4/index.html ____________________________________________
__________________ \"WHEN GOING GETS TOUGH, ONLY THE TOUGH GETS GOING\" |
| | |
![]() |
| Tags |
| ajax , developersexploring , google , java , toolkit , web |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| AJAX Day -1 | BINNY | PERL, PYTHON, PHP & MY SQL | 6 | 18-07-06 06:43 PM |
| google Vs microsoft | meenakshisekar | Latest Tech News & Innovations | 1 | 28-05-06 03:27 AM |
| AJAX Day -2 | BINNY | PERL, PYTHON, PHP & MY SQL | 2 | 28-04-06 01:28 AM |
| More Interview Questions Here... |