站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Overview (Registry) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.registry/1 1.8

Registry
Under Development

This document set describes the public APIs and SPIs offered by the Registry module.

See:
          Description

Registry
org.netbeans.api.registry The Registry API provides unified access to settings.
org.netbeans.spi.registry The Registry SPI may be used by infrastructure modules which handle persistence of settings.

 

This document set describes the public APIs and SPIs offered by the Registry module.

Contents

API (including overview and examples)
SPI
MergedContexts

Additional documentation:
Design Choices
Change History
Architecture Summary

Credits:
The Registry API was strongly inpired by Preferences API and JNDI API. Several people from nbdev mailing list (especially Jesse Glick, Radek Matous, Petr Nejedly, Vitezslav Stejskal, Jaroslav Tulach) provided valuable feedback which was incorporated.

<WARNING>
Current implementation of the Registry uses for object persistence DataSystem layer and its InstanceDataObject. This will be changed before final release and this change can significantly change the behaviour how object are treated. For example current InstanceDataObject automatically saves object when it was modified. You just retrieve the object from Registry API, modify the object through its API and the object will be automatically persist without the need to bind the changed object back to Registry. This is one of the things which can change when dependency on DataSystem is eliminated. If you are switching to Registry API please keep this in mind, ask questions, mark the source code to be able to return to is later etc. See Settings Redesign page for the most actual info.
</WARNING>


org.netbeans.modules.registry/1 1.8

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.