pluggable named storages and storage management
-----------------------------------------------

                 Key: EXTVAL-49
                 URL: https://issues.apache.org/jira/browse/EXTVAL-49
             Project: MyFaces Extensions Validator
          Issue Type: New Feature
          Components: Core, Property Validation
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
            Priority: Minor


the bv integration uses a request scoped storage for groups. the basic concept 
might be also useful for add-ons or custom validation modules.

this mechanism allows to reuse existing implementations. to avoid collisions a 
storage name is used to allowed multiple storages of the same type.

the generic implementation isn't aware of the concrete storage type. so it's 
possible to register custom storage types and implementations.
the mapping between the storage type and the storage implementation is up to 
the storage manager implementation.
(the default implementation reuses the name-mapping principle.)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to