Category Archives: AJAX and Webapp

AJAX Examples and Webapp

GWT Example: A Class Viewer Project on Googlecode

A link to an example of GWT application: hucourse – a class viewer on googlecode.com.

Posted in AJAX and Webapp, All, Java/JavaScript, Mozilla Firefox and Thunderbird, Software | Leave a comment

GWT Development with NetBeans IDE – Setup and Run

I prefer Netbeans over Eclipse too. To develop for GWT, I used the following setup steps without installing gwt4nb plugin.

Posted in AJAX and Webapp, All, Java/JavaScript, Software | Tagged , , , , , | Leave a comment

GWT RPC Architecture Links

Making Remote Procedure Calls in GWT2.1 doc and…

Posted in AJAX and Webapp, All, Software | Tagged , , | Leave a comment

ExtGWT vs Gwt-Ext

Simply put, ExtGwt is GWT that looks like Ext. While GwtExt is Ext wrapped in Gwt. Sencha chose to build their world on top of the true GWT instead of wrapping their legacy Ext into GWT. A great choice!

Posted in AJAX and Webapp, All, Software | Tagged , , , , , , , , | Leave a comment

GWT Client Development with NetBeans IDE – Simple Setup Example

GWT client development can be done simply with the original NetBeans IDE, without the special GWT4NB add-on. The add-on is more for development involving the server side. As a client-only GWT tool, it improves the development productivity greatly.

Posted in AJAX and Webapp, All, Java/JavaScript, Mozilla Firefox and Thunderbird, Software | Tagged , , , , , , , , | Leave a comment

GWT Ajax JSON JSONP Example that accesses third party web service

GWT AJAX connects to third-party JSON web service avoiding the restriction of the same-origin-policy: a terminology is called JSONP.

Posted in AJAX and Webapp, All, Java/JavaScript, Mozilla Firefox and Thunderbird, Software | Tagged , , , , , , , , | Leave a comment

JavaScript Removing DOM Node

To remove a DOM node, the code need to call removeChild(node) on the parent. And to use delete too. There is also a detailed explanation of how a “delete” work internally in JavaScript on perfectionskill.com.

Posted in AJAX and Webapp, All, Java/JavaScript, Mozilla Firefox and Thunderbird, Software | Tagged , , , , , , , | Leave a comment

GWT PHP Backend

http://www.frightanic.com/2009/12/12/gwt-with-php-back-end/ Update: Actually, with GWT Ajax the backend can simply serve JSON formatted content, no matter what server is used. In an embedded system, it can be a busybox cgi application.

Posted in AJAX and Webapp, All, Software | Tagged , , , , , | 1 Comment

Trello and Review19 Similarity

How Trello is *not* different

Posted in AJAX and Webapp, All, Software | Leave a comment

GWT Google Web Toolkit Another Part of the New Web Revolution Here and Now!

It all started with the 2nd top trend from the “Developers Survival Guide” by InfoWorld. JavaScript is not just for JavaScript.

Posted in AJAX and Webapp, All, Methods, Reading | Tagged , , , , , | Leave a comment