I'm working on a project with similar architecture to yours. What I've adopted is something I'll call MVPV. I currently use SpringMvc to handle my jsp views and GWT MVP for widget based views. To dispatch a springmvc view to GWT, a workaround I found useful is the javascript dictionary. I created specific GWT module views to listen on specific URLs. Also take a look at GWT dispatcher and GWT-SL.
On 3/19/11, swingm <[email protected]> wrote: > Hi All, > > I have a requirement to navigate between different views using Spring > MVC where the views will be designed using GWT. I dont want to use MVP > pattern. Spring Controller should navigate the views. I dont have any > RPC call as of now. please help me how to do this . > > Thanks. > > -- > 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. > > -- Odeyemi 'Kayode O. B.Sc(Hons) Econs, Application Developer & Systems Engineer (Sun Certified Professional), Oracle Certified Associate, Solaris Systems Administrator, Drupal Developer Website: http://sinati.com <http://www.sinati.com> Socialize with me: http://profile.to/charyorde, http://twitter.com/charyorde, http://www.google.com/profiles/dreyemi Skype:drecute -- 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.
