java - How Change URL in GWT application? -
i wish if can me in issue,
how can change address bar content when change page in gwt? (e.g: on aboutus www.mysite.com/aboutus)
also if user type in address bar (www.mysite.com/aboutus) gwt application forward aboutus page?
thanks
you use activities , places. it's way structure web app. application organized in places, views, , activities, view contains code builds interface, , activity contains view does. each place/activity/view corresponds url. apps simple , convenient way organize things.
Comments
Post a Comment