[infinispan-issues] [JBoss JIRA] (ISPN-3614) Add remote query quick start

Mircea Markus (JIRA) jira-events at lists.jboss.org
Fri Oct 25 12:27:02 EDT 2013


    [ https://issues.jboss.org/browse/ISPN-3614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12825076#comment-12825076 ] 

Mircea Markus commented on ISPN-3614:
-------------------------------------

Also a very nice extension of this (as requested by ISPN-3660) is a cache store (persistence) with the the following characteristics:
1. server configured with an protobuf2javaobject marshaller
2. a custom CacheWriter implementation that uses the java objects as deserialized by the marshaller at 1 in order to persist the entries. It is important for this custom cache writer to be able to use the object format of the objects to store (vs. the protobuf) in order to proof the functionality required by ISPN-3660.
                
> Add remote query quick start
> ----------------------------
>
>                 Key: ISPN-3614
>                 URL: https://issues.jboss.org/browse/ISPN-3614
>             Project: Infinispan
>          Issue Type: Task
>            Reporter: Mircea Markus
>            Assignee: Adrian Nistor
>             Fix For: 6.0.0.CR2
>
>
> Should describe how the users:
> - download the servers
> - configure it (indexing ...)
> - with sample domain model, how to write the marshallers, define the indexes using the RHQ plugin 
> - some code that connects to the server, adds and queries the data (mvn module?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the infinispan-issues mailing list