Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    MVP structure with SmartGWT

    Is it possible? Anyone have developed a site with that?

    Any examples I can learn from?

    I would like to create a site with a menubar and panel that support multi-task, similar to Microsoft Word type application. Is it at all possible?

    #2
    Hi,

    here's an implementation of the MVP-Pattern..
    http://code.google.com/p/gwt-presenter/

    theres also an description, how to inherit to your *.gwt.xml; very simple and works great.

    Comment


      #3
      There is also a gwt-platform project which is a derivate from gwt-presenter. Here is the comparation:
      http://code.google.com/p/gwt-platform/wiki/ComparisonWithGwtPresenter

      We used this on real project with smartGWT components.

      Peter

      Comment


        #4
        Hi Peter,

        by using SmartGWT and GWT-Presenter, how did you manage the databinding mechanisms from SMartGWT?
        I have to ask because I really the concepts behind SmartGWT but also the MVP enforcement of GWTP.

        What I am also interested in, is how the layouting is done. Did you only use SmartGWT widgets? And did you work with nested presenters?

        Happy development,
        Chris

        Comment


          #5
          Hi,

          Try searching for "gwt-platform and smartGWT" and it should return several good blog postings (e.g. http://uptick.com.au/blog).

          Cheers
          Mark

          Comment

          Working...
          X