Search:

Type: Posts; User: brucebaron; Keyword(s):

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    853

    What's the point of Roo if you can't use it...

    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...
  2. Replies
    8
    Views
    2,005

    Interesting, I wasn't aware Roo CLI and STS...

    Interesting, I wasn't aware Roo CLI and STS shouldn't be used concurrently. I hope this will be addressed eventually.
  3. Replies
    3
    Views
    706

    Thanks for the update. BTW, isn't there a more...

    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?
  4. Thread: Sts 2.3.0

    by brucebaron
    Replies
    9
    Views
    1,672

    Documentation or lack thereof is going to be the...

    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...
  5. I'm experiencing the same issue using the wedding...

    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...
  6. Replies
    3
    Views
    706

    Wedding Example getRsvp method

    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...
  7. Thread: Sts 2.3.0

    by brucebaron
    Replies
    9
    Views
    1,672

    Sts 2.3.0

    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?
  8. Replies
    0
    Views
    901

    Maven dependency resolution busted

    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...
  9. Replies
    0
    Views
    1,403

    Spring MVC Template -- Can't find taglib

    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...
  10. The roo project has not been represented as being...

    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...
  11. Yes the sample wedding.roo works, but it only has...

    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...
  12. Having the same problem. It's an ongoing issue...

    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...
  13. Another usage question: Is it the case that the...

    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...
  14. Replies
    0
    Views
    2,635

    ServletRequestUtils.getStringParameter

    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...
Results 1 to 14 of 14