
Sometime, we want to copy/move the large file from one computer to another.
But the thumbdrive that we use is FAT file system which allows the maximum file size only 2GB.
To solve this, we use split-and-concat command which only installed in ubuntu by default.
I have read about the GWT MVP 2.1 design pattern from the gwt docs. http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html
I also have read about the proposed method for the nested Activity for rendering view on each display region of the Webpage in
http://tbroyer.posterous.com/gwt-21-activities-nesting-yagni
Then, I have modified the Google's sample code to the nesting one. It is good for everyone who is programming GWT web application using nesting activity. You can download it here.
http://dl.dropbox.com/u/3997934/HelloMVP_Nest.zip
I hope most of you will enjoy on this example.
I'm Kobkrit Viriyayudhakorn.