I have the same doubt a months ago, my project had to use clean urls. To solve this i did like i think twitter dows. i put a hash tag listener in my page, so the urls looks like www.myapp.com/#!/user , and i catch the events on there. But im asking me now, theres another beuatfull way to achive clean url's in GWT?
2011/8/29 Marko Borges <[email protected]> > Cause i am doing a project migration and i dont wanna loose the structure. > I know that GWT applications have a single page as pattern but I would like > to use multiple pages. > > In case I change my mind and wanna use MVP, does anyone have a complete > example, cause in case of menus and complex widgets how would MVP work? > > 2011/8/29 Cristian Rinaldi <[email protected]> > >> What is the reason to have multiple pages? (HTML Pages) >> Ajax applications respond to the pattern Sinlge Page. >> You can manage the content to be displayed using MVP (Place / Activities). >> >> >> A.U.S Cristian Rinaldi >> >> 2011/8/29 Marko Borges <[email protected]> >> > >> > By the way I am trying to work with gwt-multipage jar that looks simple >> but had to update gwt and smartgwt and everything is crashing now... >> > Baaaaaah >> > >> > >> > 2011/8/29 Marko Borges <[email protected]> >> >> >> >> Thanks for your answer. This looks like a little complicated and >> confusing. Isnt there a easier way? I will have many pages. >> >> Thanks, >> >> Mark >> >> >> >> 2011/8/25 Sandney Farias <[email protected]> >> >>> >> >>> Mark, >> >>> Try this link >> http://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html. >> I think that it can help you. >> >>> >> >>> -- >> >>> You received this message because you are subscribed to the Google >> Groups "Google Web Toolkit" group. >> >>> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-web-toolkit/-/nKFb_l7W81UJ. >> >>> To post to this group, send email to >> [email protected]. >> >>> To unsubscribe from this group, send email to >> [email protected]. >> >>> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups "Google Web Toolkit" group. >> > To post to this group, send email to >> [email protected]. >> > To unsubscribe from this group, send email to >> [email protected]. >> > For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected] >> . >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
