Our Application Server Stack

With a new year coming up I thought I would give a quick run down of our OS server stack.  From the beginning SpatialKey has been built on a number of great community/company open source platforms, here is what we currently use: Apache/Tomcat We are currently evaluating moving our application servers to pure Tomcat vs. …

Dynamic Scheduling with Java/Spring

SpatialKey owes much of its success on the server to the simplicity and capabilities of the Spring framework.  Spring provides many services that we take advantage of and one of these is the scheduling service. The Spring scheduling service allows for the execution of tasks on a well… scheduled basis.  With basic Spring scheduling support …