How to handle multiple pages in gwt appliction -
i working on gwt application using "anchor" , want without page refresh content should change , browser update url
thanks
you want use activities , places
basically framework lets have places can navigate placecontroller. not trigger full page reload change current view being shown.
in fact place calls matching activity "brains" of page. activity can add view page. view contains little logic possible , suppose hold of user interface. view should in fact interface viemimplementation can implement therefore can have mane views same activity (eg desktop, mobile, tablet).
Comments
Post a Comment