Search:

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

Search: Search took 0.02 seconds.

  1. Controllers: Why aren't they per-request by default?

    Why did Spring MVC's designers decide that it is better to make controllers shared between requests by default?

    I mean, in the end it is all configurable, but IMHO it would have made more sense to...
  2. Replies
    1
    Views
    324

    How to reuse a persisted connection?

    I am working on integrating Spring Social with a GWT app I am building. The app is Twitter specific and the only way to login to the app is to authenticate via Twitter.

    The first time the user...
  3. Is there a way to re-run the last ran Groovy script?

    At the moment the closest option (in OS X) is Command+Shift+F11 which pops up the "Run As" dialog.

    An option is necessary to re-run the last ran configuration: if It was ran in Groovy console,...
  4. Replies
    2
    Views
    663

    Yes, should be the same issue. Cheers, Behrang

    Yes, should be the same issue.

    Cheers,
    Behrang
  5. Replies
    2
    Views
    663

    Shift+Alt+X G is not working

    Apparently it should run the Groovy script in the active editor, but at least under OS X SL it is not doing anything. If anybody can confirm this please let me know so that I can file a bug report.
    ...
  6. OK, done. Cheers, Behrang

    OK, done.

    Cheers,
    Behrang
  7. Christian, Thanks for the quick reply. I think...

    Christian,

    Thanks for the quick reply. I think this should be noted in the message that pops up when pressing the (i) icon. Or maybe the line that reads "Grails is a high-productivity web...
  8. Feature Request: Recognize packages imported by @Grab

    At the moment, STS places a red underline under the import statement in the following Groovy script:



    @Grab(group = "net.sf.delicious-java", module = "delicious", version = "1.14")
    import...
  9. What's the difference between the 2 Grails extensions?

    In the Dashboard, there's a Grails extension available under Languages and Frameworks and another one under Language and Framework Tooling.

    What's the difference between the two? I assume the...
Results 1 to 9 of 9