You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by "Sandro Boehme (JIRA)" <ji...@apache.org> on 2005/07/09 10:03:09 UTC

[jira] Created: (GRFT-33) The atomic type converter

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


[jira] Closed: (GRFT-33) The atomic type converter

Posted by "Christophe Lombart (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/GRFT-33?page=all ]
     
Christophe Lombart closed GRFT-33:
----------------------------------

    Resolution: Fixed

The Sandro code is integrated into the current implementation. 

> 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
>     Assignee: 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