• Email
  • Like
  • Save
  • Private Content
  • Embed
 

What's New in GWT 2.2

by

  • 2,345 views

GWT development with RequestFactory, cell widgets, Activities and Places

GWT development with RequestFactory, cell widgets, Activities and Places

Accessibility

Categories

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

Statistics

Likes
0
Downloads
66
Comments
2
Embed Views
0
Views on SlideShare
2,345
Total Views
2,345

12 of 2 previous next

  • turbomanage David Chandler, Software engineer at Google Hi Anshuman, you can find sample code at http://code.google.com/p/listwidget. It uses an ActivityManager for the nav panel on the left whereas it could just listen for PlaceChange events, but should get you started. Re: activity state, you write a PlaceTokenizer for each place that serializes the state to a String that ends up in the URL. Typically the constructor of your Place will take objects representing the current state so you can call PlaceController.goTo(new Place(arg1,arg2,etc)). The PlaceTokenizer also deserializes the URL String into a Place object, which then gets passed to the ActivityMapper's getActivity(Place place) method when you can reset the state of the Activity for that Place. 2 years ago
    Are you sure you want to
  • AnshumanMehta Anshuman Mehta Hi,
    On page 47 i cannot quite understand your strategy with 2 placeChangeHandlers and 2 widgetlists each for an activitymanager. Can you kindly share sample code for the above ? I am actually quite confused with the concept of places which you have described as the bookmarkable state of an activity. Then if so how is the state of that activity restored ?
    Thanks in advance
    2 years ago
    Are you sure you want to
Post Comment
Edit your comment

What’s New in GWT 2.2 What’s New in GWT 2.2 Presentation Transcript