Breadcrumb

You are in:

Search results for tag “java”

  • Alfresco DotNetNuke Integration

    Adrian Cumiskey, Consultant

    A recent client of ours had an existing portal and CMS solution based upon the Microsoft .NET DotNetNuke (DNN) open source web content management system.

  • 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.