Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

Monthly Archives: August 2013

  1. Home>
  2. 2013>
  3. August

Memcached in Grails: a quickie

  • Post author:Van Ly
  • Post published:August 18, 2013
  • Post category:Grails/programming

Two clients will be covered: XMemcached and spymemcached Xmemcached Add dependency Add in BuildConfig.groovy: dependencies { ... compile 'com.googlecode.xmemcached:xmemcached:1.4.2' } Set up the bean Add in conf/spring/resources.groovy: beans = {…

Continue ReadingMemcached in Grails: a quickie

Notes on multiple Grails apps sharing a DB

  • Post author:Van Ly
  • Post published:August 16, 2013
  • Post category:Grails/programming

Multiple Apps Two logical partitions of services, perhaps one public-facing with GSPs serving up UI and one headless with REST services, can be easier to maintain if implemented as separate…

Continue ReadingNotes on multiple Grails apps sharing a DB
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP