Resource Service

  • clean up property names so that dot is used as namespace separator, not as a space character replacement examples:

    services.GlobalCacheService.cache.check.frequecy should be:

    services.GlobalCacheService.cachCheckFrequency

    services.PullService.tools.per.request.refresh should be:

    services.PullService.toolsPerRequestRefresh

    if we do the above, it would be easy to map the dot separated property names onto a DOM tree or a JNDI namespace. These two alternative ResourceService implementation would be a nice addition to Turbine.