/* ************************************************************************ # # DivConq # # http://divconq.com/ # # Copyright: # Copyright 2014 eTimeline, LLC. All rights reserved. # # License: # See the license.txt file in the project's top-level directory for details. # # Authors: # * Andy White # ************************************************************************ */ /** * <p> * A package to hold various default and standard Services. DivConq * relies on services for access to databases. Services should be * pluggable so that a service can be easily replaced to support a different * data backend. * </p> * */ package divconq.service;