Hi, I might have the answer to question 2: With the latest version of Roo (1.2.2) you can tell Roo to create only the Proxy and Request layer. Here are two command samples from the documentation: A.13.5. web gwt proxy request all
Locates all entities in the project and creates GWT requests and proxies web gwt proxy request all --package --package The package in which created proxies and requests will be placed; no default value (mandatory) A.13.8. web gwt request all Locates all entities in the project and creates GWT requests web gwt request all --package --package The package in which created requests will be placed; no default value (mandatory) All GWT related roo commands can be found in chapter 13 under the following link: http://static.springsource.org/spring-roo/reference/html/command-index.html Hope that helps. 8-) Roman Am Samstag, 25. August 2012 11:16:48 UTC+2 schrieb GWTter: > > Hi Thomas, > > Thanks for the suggestion, I'll definitely see if if the Spring community > can shed a little more light. > > -seth > > On Saturday, August 25, 2012 10:29:53 AM UTC+2, Thomas Broyer wrote: >> >> >> >> On Saturday, August 25, 2012 4:23:44 AM UTC+2, GWTter wrote: >>> >>> Hi all, >>> >>> I came across Spring Roo recently and have put in a considerable amount >>> of research as far as whether to use it for my app or not. However, I'm >>> running into a couple of issues in my consideration. >>> >>> 1) GWT support: >>> Spring Roo integration with GWT (more specifically the gwt addon for >>> Roo to make MVP life easier) was presented back in 2010 in the IO keynote ( >>> http://www.youtube.com/watch?v=GQHlhIIxCIc) and in a talk by Ray Ryan ( >>> http://www.youtube.com/watch?v=M5x6E6ze1x8) and it seemed promising. >>> However, in all my googling it seems like the gwt-roo presence/community >>> has been sorely lacking, is it just me? Is GWT still on the Roo bandwagon? >> >> >> AFAICT the GWT add-on for Roo was a joint effort, but Google has not been >> involved after the first release (milestone?). >> >> For all your other questions, you'd rather ask the Spring Roo community >> then. >> > -- 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/-/yAwF5XHPzocJ. 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.
