Monday, May 28, 2007

Some Recipes to Improve Your Google Web Toolkit Development

While struggling with GWT debugging and development I found a pretty good article which has a good reasoning why and how a GWT-based project could be divided into "independent" parts from the development perspective of view: Some Recipes to Improve Your Google Web Toolkit Development. Will try to follow these guidelines right after tomorrow.

1 comment:

Unknown said...

It is a good read, Pavel. Do you find the separation of RPC, client and server useful? Creating two or three Eclipse is a great idea in my opinion.