blob: 8ca6d18be102abc720c06542c772ddcb561ef9b4 [file] [log] [blame]
<?xml version="1.0"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
-->
<document>
<properties>
<title>Application Service Proposal</title>
</properties>
<body>
<section name="Resource Service">
<p>
<li>
clean up property names so that dot is used as namespace separator,
not as a space character replacement examples:
<br/>
services.GlobalCacheService.cache.check.frequecy should be:
<br/>
services.GlobalCacheService.cachCheckFrequency
<br/>
services.PullService.tools.per.request.refresh should be:
<br/>
services.PullService.toolsPerRequestRefresh
<p/>
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.
</li>
</p>
</section>
</body>
</document>