Google Web Toolkit News - onGWT.com

To content | To menu | To search

Tag - design

Entries feed - Comments feed

Saturday 18 August 2007

Application Design and GWT

Agile Ajax :

Sometimes architectural concerns dictate design. That can mean abandoning an elegant approach for something more old school. Take for example the case of GWT-based webapp vs one implemented with vanilla JSP's. The presentation tiers differ in a number of ways, most significantly in who controls the execution environment. In the case of the JSP, you control it (unless someone hacks in). In the case of the GWT interface, the end-user controls it. This consideration forces our hand with regard to some design decisions.

Very interesting, it is not just about GWT, it is about Rich Client.
Leaky Business Data and Logic with GWT

Tuesday 13 March 2007

GWT RPC: How to Specify ServiceEntryPoint in properties file

Galina :

Philip McCarthy noted that GWT has a design flow: you have to specify ServiceEntryPoint in your Java code, which constrains the portability of a compiled GWT Web application.

Google Web Toolkit. RPC. HowTo: Specify ServiceEntryPoint in properties file