Breadcrumb

You are in:

Search results for tag “grails”

Filter by type:

All News (5), Blogs (4)

  • 2010 – a content interoperability odyssey

    Robin Bramley, Consultant

    At the start of a new year it’s always interesting to look back at the year that has just gone - arguably the most important event for content management in 2010 was the ratification of CMIS 1.0 in May. Content Management Interoperability Services is an open standard to enable greater interoperability of Enterprise Content Management (ECM) systems and is built on top of other proven open web standards such as Atom and OpenSearch. Alfresco has been at the forefront of CMIS and Alfresco 3.3 provided full support for CMIS 1.0 (some of the earlier versions implemented drafts of the CMIS standard).

  • Sep 202011: Ixxus to deliver five speaking slots at Alfresco DevCon 2011

    Ixxus today announced that they have been awarded an impressive total of five speaking slots for the upcoming Alfresco DevCon 2011, to be held at Prospero House in London on 9-10th November 2011. As the only Alfresco platinum partner in the UK, Ixxus are proud to have the chance to share some of their experiences with conference delegates.

  • Aug 162011: Magazine article - Unplugged with Marc Palmer

    ‘Unplugged with Marc Palmer’ by our very own architect, Robin Bramley features in this month’s GroovyMag.

  • Mar 102011: Magazine article: Using Enterprise Content in Grails

    An article on the compelling combination of Grails, CMIS and Alfresco by one of our architects, Robin Bramley, features in this month’s GroovyMag

  • Feb 15: Magazine Article: Using Mahout Recommenders in Grails

    An article on 'Using Mahout Recommenders in Grails' by one of our architects, Robin Bramley, features in this month’s GroovyMag

  • Relevancy Driven Development with Solr

    Robin Bramley, Consultant

    The relevancy of search engine results is very subjective so therefore testing the relevancy of queries is also subjective.One technique that exists in the information retrieval field is the use of judgement lists; an alternative approach discussed here is to follow the Behaviour Driven Development methodology employing user story acceptance criteria – I’ve been calling this Relevancy Driven Development or RDD for short.

  • Using Browser Push in Grails

    Robin Bramley, Consultant

    Browser Push is the collective term for techniques that allow a server to send asynchronous data updates in near real time to a browser. This article provides an overview of browser push and then provides a sample of Grails usage.

  • Using JMS in Grails

    Robin Bramley, Consultant

    The Java Message Service (JMS) API is one of the cornerstones of the Java Enterprise Edition that allows applications to reliably communicate using asynchronous messages sent via a message broker. This article provides an introduction to JMS, the JMS support in the Spring Framework and then provides practical examples of usage within Grails using the JMS plugin

  • Sep 272011: Using Lucene in Grails

    Apache Lucene is the leading open source search engine and is used in many businesses, projects and products. Lucene has sub-projects which provide additional functionality such as the Nutch web crawler and the Solr search service. This article gives an introduction to Lucene, a tutorial on three Grails Lucene plugins and a comparison between them.