[Zope3-dev] service names

sean.bowman@acm.org sean.bowman@acm.org
Thu, 6 Feb 2003 00:50:02 -0600 (CST)


hello,

I changed the code and tests to use service names defined in
zope/component/servicenames.py.  The names I defined are:

 * HubIds,
 * Events,
 * Subscription,
 * ErrorReports for the ErrorReportingService,
 * Roles,
 * Permissions,
 * Adapters,
 * Authentication,
 * Interfaces,
 * Utilities,
 * Skins,
 * Views,
 * ResourceService for Resources, and
 * Factories.

I changed ErrorReports because there's already a
zope.app.services.errorr.ErrorReportingService, and I changed
ResourceService because there's already a
zope.app.publisher.browser.resources.Resources.  It's not a very
consistent naming scheme -- changing one name to be more like the others
and another to be less -- so if anybody has better names I'll be happy to
change things.  Or, perhaps it would better to use qualified names in the
relatively few cases where there would be a conflict.

Sean