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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -