Results 1 to 7 of 7

Thread: Beyond Basic/Scaffold Samples?

  1. #1
    Join Date
    Jul 2010
    Posts
    11

    Post Beyond Basic/Scaffold Samples?

    Anyone have any sample/example projects that go beyond the basic scaffold app?

    The basic scaffold is a great starting point but now I would like to start expanding and any direction/example is greatly appreciated.

  2. #2
    Join Date
    Apr 2010
    Location
    Orlando, Florida
    Posts
    29

    Default

    Some good soul, shared his notes on google doc, haven't read thru the whole thing so not sure how useful it is.

    https://docs.google.com/document/edi...FY3fpUk&hl=en#

    I am also trying to find out a way to leverage what Roo has built so far for GWT. I am relatively new to GWT and ROO. I am now at a point where I successfully added my GWT module and trying to have some ajax/gwt.rpc call back to the server. From the look of the spring config, GWT has its own request dispatcher configured at the backend to serve all scaffolded GWT request. However I am at a lost on how to leverage that. I am not sure it is even the proper way to go as the code around the integration is fairly new.

    Any other people on this forum has experience? is the leveraging the gwtDispatcher at the backend possible at all thru stock GWT widget? or the proper way is to config our own handler at the backend and reuse only Roo generated hiberate finders.

    Any info is appreciated.

    Thanks,
    Joseph
    Last edited by jlic; Aug 15th, 2010 at 12:18 PM.

  3. #3
    Join Date
    Jul 2010
    Posts
    11

    Default

    I also have a google doc that just goes over the basic scaffolded app:
    https://docs.google.com/document/edi...1FY3fpUk&hl=en

    An example application that extends on all this would great... oh well

  4. #4
    Join Date
    Apr 2010
    Location
    Orlando, Florida
    Posts
    29

    Default

    Quote Originally Posted by ashton View Post
    I also have a google doc that just goes over the basic scaffolded app:
    https://docs.google.com/document/edi...1FY3fpUk&hl=en

    An example application that extends on all this would great... oh well
    funny, I was quoting ur doc. Guess u are the good soul I was referring to. :>

    Thanks,
    Joseph

  5. #5
    Join Date
    Jul 2010
    Posts
    11

    Default

    ah, for some reason I didn't see the whole body of your response with that link (think I was on the phone browser..)

    I hope that document helps some, I was hoping other people would edit and add to it..

  6. #6
    Join Date
    Jul 2010
    Location
    Los Angeles
    Posts
    66

    Default beyond bassic scaffold example

    Have you checked this out? It was good for me:

    http://blog.springsource.com/2009/05/27/roo-part-2/


  7. #7
    Join Date
    Apr 2010
    Location
    Orlando, Florida
    Posts
    29

    Default

    Thanks objectguru,
    the link is geared towards spring mvc, it would be nice if u know of any links that is about GWT with Roo.


    [edited] GWT forum indicated the new MVP architecture won't be properly documented until at least GWT 2.1M4 release. So I guess we will have to wait a bit longer for GWT+Roo to have proper docs.

    thanks,
    joseph
    Last edited by jlic; Aug 18th, 2010 at 12:39 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •