Articles by: dmiller

Good Times With VirtualBox Networking

Good Times With VirtualBox Networking

  Image Source: Oracle TL;DR version: if you run multiple VirtualBox VMs on the same desktop, setup 3 network interfaces on each such VM (one NAT, one internal, one bridged). Now for the long, more entertaining (hopefully!) version: Recently I switched from...

read more

ArkCase: Introduction to Data Access Control

Background ArkCase is a framework for developing case management applications. Data Access Control ensures each user sees only records they are authorized to see, and are prevented from seeing unauthorized records.  Data access control is applied to individual...

read more

Adding Full Text Search to Ark via Spring and JPA

What, No Full Text Search Already? My project ArkCase is a Spring application that integrates with Alfresco (and other ECM platforms) via CMIS - the Content Management Interoperability Standard.  ArkCase stores metadata in a database, and content files in the ECM...

read more