What's the point of Roo if you can't use it inside the IDE? The round-trip code generation is the distinguishing feature of Roo. Without that, it's a glorified templating system. The only other...
Type: Posts; User: brucebaron; Keyword(s):
What's the point of Roo if you can't use it inside the IDE? The round-trip code generation is the distinguishing feature of Roo. Without that, it's a glorified templating system. The only other...
Interesting, I wasn't aware Roo CLI and STS shouldn't be used concurrently. I hope this will be addressed eventually.
Thanks for the update.
BTW, isn't there a more graceful way of executing a single result query that returns null if not found and only throws if more than one instance is found?
Documentation or lack thereof is going to be the key to the adoption rate of roo. Example projects, even non-trivial, realistic ones, aren't good enough. You don't see how to get from A to Z, because...
I'm experiencing the same issue using the wedding example. It seems to be intermittent. I can get the page displayed with the browser refresh button. I'm using firefox 3.0.15 on Ubuntu 9.04, STS...
In the getting started blog entry the PublicRsvpController doesn't quite work as intended. The catch block is trapping a JPA PersistenceException when no RSVP exists. Trouble is, Spring has already...
The roo RC4 announcement mentions STS 2.3.0. When I go to the STS download, it offers STS 2.2.1. Is 2.3 not available and if not, will 2.2.1 be compatible with the latest roo release candidate?
Have a multi-module maven project. Each module is an eclipse project. After upgrading STS 2.2.0 to 2.2.1 through the Eclipse updater, I was setting up spring bean config sets in the Spring IDE...
Running STS-2.2.0-RELEASE
Created New -> Spring Template Project
Select Spring MVC project
named it springmvc
package = com.example.springmvc
Validation Error detected in welcome.jsp. Can not...
The roo project has not been represented as being ready for production.
I've been using roo to get insight on how to use the new Spring 3.0 features, since at this point there is very little...
Yes the sample wedding.roo works, but it only has the stubbed PublicRsvpController and the default security context. I ran into trouble following the tutorial getting 404 because the login page is...
Having the same problem. It's an ongoing issue with Spring MVC that debugging URL mappings is a major PITA. Ever since they tried to incorporate convention over configuration, it's difficult to...
Another usage question: Is it the case that the exception argument of afterCompletion is non-null for unresolved exceptions only? That is, if the controller throws an exception that is mapped to an...
Is the 2 arg variant of ServletRequestUtils.getStringParameter() supposed to throw a ServletRequestBindingException if the parameter in the HttpServletRequest is a 0 length String? I believe this is...