Dan Roemer

May 13, 2018

Using getMulti in Couchbase

Do you ever find yourself making Couchbase calls inside of a loop to get your documents, and you ask yourself if there is a better way? One handy method in the Couchbase SDK, version 4.5 or greater, is getMulti, a variant of the get method that allows you to perform bulk retrieval operations. 

May 28, 2013

Using ColdBox Flash RAM

Flash RAM is a handy tool in the ColdBox Framework that can easily be used to temporarily store the RC (request collection) data forward one request.  As I was using the Flash RAM feature recently, I ran into trouble while attempting to persist the form data back to the original form when a validation error had occurred.