[dna-issues] [JBoss JIRA] Resolved: (DNA-272) Move the In-Memory connector into "dna-graph"

Randall Hauch (JIRA) jira-events at lists.jboss.org
Thu Jan 15 21:51:03 EST 2009


     [ https://jira.jboss.org/jira/browse/DNA-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Randall Hauch resolved DNA-272.
-------------------------------

    Resolution: Done


Moved the In-Memory connector from its separate extension project and into the dna-graph project.  This change did cause the package names to differ slightly (the addition of the 'graph' intermediate package), and so this affected the repository example and the documentation.  Also changed the Maven files to remove the dna-connector-inmemory project.  All unit tests pass.

> Move the In-Memory connector into "dna-graph"
> ---------------------------------------------
>
>                 Key: DNA-272
>                 URL: https://jira.jboss.org/jira/browse/DNA-272
>             Project: DNA
>          Issue Type: Task
>    Affects Versions: 0.3
>            Reporter: Randall Hauch
>            Assignee: Randall Hauch
>             Fix For: 0.4
>
>
> The "in-memory" connector implementation is a good transient repository store, and having a transient store in "dna-graph" will simplify a number of things.  Right now, the only connectors are in extensions, so the core libraries (e.g., "dna-graph", "dna-repository", etc.) do not have access to any connector implementation, making it difficult to set up a default source.  For example, I'm working on a new configuration component in "dna-repository" that will set up all the DNA services, and the configuration component works by populating a configuration repository.  By default, the configuration component would instantiate a transient configuration repository, but there isn't an implementation available.  (The configuration component will also allow setting up the configuration repository, so one can use a remote source.)

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

        



More information about the dna-issues mailing list