The atomic type converter
-------------------------

         Key: GRFT-33
         URL: http://issues.apache.org/jira/browse/GRFT-33
     Project: Graffito
        Type: New Feature
  Components: JCR-Mapping  
    Reporter: Sandro Boehme
 Assigned to: Sandro Boehme 


The JCR specifies a limited amount of property types (atomic types). 
Application domain models will at least need all atomic types of
Java. We fill the gap with providing an atomic type converter as a flyweight 
according to the flyweight pattern. This allows to register classes that can 
convert all java types into JCR types. As it maximizes the reuse of the atomic 
types it reduces instance creation and type conversion to a minimum.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to