This link has been bookmarked by 499 people . It was first bookmarked on 17 May 2006, by Alexandre Courbot.
-
brent lawrence"Google Web Toolkit"
-
Krunoslav FuntakGoogle Web Toolkit start page za neznalice.
Osnovno o GWT-u:
- framework za razvoj web aplikacija (ili samo web komponenti)
- programira se u javi, source se prevodi u javascript
- tijekom developmenta moguce je pokretati aplikaciju u shellu bez prethodnog prevođenja u javascript, mogućnost debugginga java sourcea
- support za razvoj client side i server side komponenti
Osobna iskustva:
- GWT sam izabrao za razvoj Professional Crossword Web Component-e (primjer www.forumzg.com) i za razvoj Professional Crossword Magazine-a
- koristim ga isključivo za razvoj client side-a, na drugoj strani je PHP/MySQL, razlog - jeftiniji hosting
- iznimno lako je postići zamišljeni grafički design, mogućnost izmjene izgleda komponenti samo promjenom pridruženog CSS filea
- izvrsna modularnost, mogućnost izrade custom widgeta i modula, njihova spremanja u jar-ove i njihova ponovna korištenja u drugim GWT projektima
- raspoloživost velikog broja gotovih free modula i widgeta
Napomena:
- prije razvoja bilo kakve aplikacije ili kompoente bitno je pročitati informacije o organizaciji GWT projekata
- držati se "strongly recomended" preporuka jer njihovo poštivanje ima veliki utjecaj na konačne performanse i mogućnost ponovnog korištenja implementiranih modula i widgeta -
Peter JacobsonGoogle Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language.
-
Miriam SchwabDevelopers can spend 90% of their time working around browser quirks. In addition, building, reusing, and maintaining large JavaScript code bases and AJAX components can be difficult and fragile. Google Web Toolkit (GWT) eases this burden by allowing developers to quickly build and maintain complex yet highly performant JavaScript front-end applications in the Java programming language.
-
Rajkumar SinghGoogle Web Toolkit - Google Code
-
Ruediger Franke
(tags: programming javascript java google ajax) -
Manuel Gerardo Ruiz RuelasGoogle lanzó un kit de recursos para hacer aplicaciones Ajax para web con componentes como los que usa Google (combobox, panels, botones, etc.), clases de Java y más. Es open source y gratis.
-
Laurent BervasGoogle Web Toolkit (GWT) makes it easier to write high-performance AJAX applications. You write your front end in the Java programming language and GWT compiles your source into highly optimized JavaScript. Writing web apps today is a tedious and error-prone process. You spend 90% of your time working around browser quirks, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile. It doesn't have to be that way.
-
-
- 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.
- 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.
- 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.
- Your GWT applications automatically support IE, Firefox, Mozilla, Safari, and Opera with no browser detection or special-casing within your code in most cases.
- 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).
Search Google CodeGoogle Web Toolkit - Build AJAX apps in the Java language
Google Web Toolkit (GWT) is a Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web applications today is a tedious and error-prone process; you spend 90% of your time working around subtle incompatabilities between web browsers and platforms, and JavaScript's lack of modularity makes sharing, testing, and reusing AJAX components difficult and fragile.
GWT lets you avoid many of these headaches while offering your users the same dynamic, standards-compliant experience. You write your front end in the Java programming language, and the GWT compiler converts your Java classes to browser-compliant JavaScript and HTML.
Featured Example Projects
A table of data that supports paging using RPCs.An application that includes every UI widget GWT supports.Google Web Toolkit Features
Java™ is a trademark of Sun Microsystems.©2006 Google - Google Home - We're Hiring - Privacy Policy - Terms of Service - Contact Us
-
-
sven duzontajax,java,javascript,framework,programming
-
Don NetzachGoogle Web Toolkit (GWT) makes it easier to write high-performance AJAX applications. You write your front end in the Java programming language and GWT compiles your source into highly optimized JavaScript. Writing web apps today is a tedious and error-pr
-
Mike KossQuoted: Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language. Writing dynamic web application
-
David JohnsonGoogle web toolkit including tutorials, references and general help.
-
Janne LBuild AJAX apps in the Java language
-
Mamoud KassemGoogle Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications like Google Maps and Gmail easy for developers who don't speak browser quirks as a second language
Page Comments
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.