Some implementation details :

It is heavily based on JBoss Cache which buys replication and persistence. For 
now persistence is done on the filesystem and the data are stored as serialized 
objects. I don't like it much because the format for that should be XML. Also 
storing that on the filesystem does not work on the cluster.

The persistence is based on JBoss Cache loader and we should try to come with 
an implementation of it that :

1/ store that in Slide or in database
2/ understand object semantics and load/store them as XML content

There is already an implementation that store it in database (JDBCCacheLoader) 
but as it is very generic it just uses Java serialization to store objects. 
Also the table structure for that need blobs and every database need a tweaked 
configuration file.

The current persistence use FileCacheLoader which is a simple implementation 
and uses java serialization too.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873847#3873847

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873847


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to