Search:

Type: Posts; User: docent.klekot; Keyword(s):

Search: Search took 0.02 seconds.

  1. grails controllers/services/taglibs in a seperate jar file

    Hello,

    Is it possible to package Grails controllers/services/taglibs in seperate jar and use it in Grails application. We want to abstract common functionality there and use it in specific Grails...
  2. Replies
    1
    Views
    2,219

    groovy/grails coding standards

    Hello,

    Groovy programming language has very flexible syntax, a lot of stuff is optional: optional typing, semicolons, etc.
    We are investigating Grails as a mainstream development platform for...
  3. code completion and java docs for request/respone/session objects

    Hello,

    I was trying to get STS 2.5 to display java api docs for request, respone and session objects. STS shows available methods ( from HttpServletRequest/Response/Session) however i was not able...
  4. Replies
    5
    Views
    1,699

    Ach probably that is why it was not working for...

    Ach probably that is why it was not working for me as I always inject using type, I do that because STS can help me then with code completion for the type being injected.
    If I inject using def I do...
  5. Replies
    5
    Views
    2,016

    Hello Andy, What version of STS can we expect...

    Hello Andy,

    What version of STS can we expect this feature in. We are in the process of porting our web apps to Grails and this would make development far more convenient.

    Will it be included...
  6. Replies
    5
    Views
    1,699

    hotdeploy of grails services

    Hello,

    I am wondering why hot deployment of grails services is not supported yet. This would be very handy for grails apps that implement most of logic in the service tier. Right now it is quite...
  7. Replies
    1
    Views
    1,260

    grails plugins deployment

    Hello,

    Is there any way to deploy grails plugins to production environment without doing builds of grails applications that are using this plugin?

    Lets say we have a few Grails web...
  8. Thanks for suggestions. Actually importing...

    Thanks for suggestions.

    Actually importing cert to cacerts store located in JRE_HOME/lib/security folder solved this issue.

    I got now WS-IT enabled JAX-WS (METRO) proxy talking to Microsoft WCF...
  9. how to configure embedded tomcat in grails

    Hello,

    Is there any way to configure embeded tomcat used in Grails?
    My Grails application is using JAX-WS proxy, which is making connection to the webservice over HTTPS. I need to import cert...
Results 1 to 9 of 9