Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Feedback on GeoResource.getTitle()

Morning Mark:

Some feedback from training on the GeoResource.getTitle() method you introduced to cache the titles between runs for faster startup.

When exploring how to implement a service from scratch most teams reached for overriding IGeoResource.getTitle() - rather than the origional IGeoResourceInfo.getTitle() as expected.

Could we mark IGeoResourceInfo.getTitle() as final? The original request was to rename it to IGeoResource.getCachedTitle() in order to be clear.

-- 
Jody Garnett


Back to the top