Re: Pure in-memory IPageStore implementation?

2014-03-06 Thread Tom Götz
On 06.03.2014, at 08:39, Martin Grigorov mgrigo...@apache.org wrote: On Thu, Mar 6, 2014 at 9:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that doesn’t need back-button support and also has several domain objects that are not meant to be serialized. I thought it

Re: Pure in-memory IPageStore implementation?

2014-03-06 Thread Martin Grigorov
On Thu, Mar 6, 2014 at 10:08 AM, Tom Götz t...@decoded.de wrote: On 06.03.2014, at 08:39, Martin Grigorov mgrigo...@apache.org wrote: On Thu, Mar 6, 2014 at 9:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that doesn’t need back-button support and also has

Re: Pure in-memory IPageStore implementation?

2014-03-05 Thread Martin Grigorov
Hi, On Thu, Mar 6, 2014 at 9:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that doesn’t need back-button support and also has several domain objects that are not meant to be serialized. I thought it could be a good idea to implement an IPageStore that skips

Re: Pure in-memory IPageStore implementation?

2014-03-05 Thread Ernesto Reinaldo Barreiro
Hi, Why not simply use LDMs to avoid entities serializations... Al my entities are non-serializable. This way I ensure I never serialize one, which might be dangerous as far as I can see. On Thu, Mar 6, 2014 at 8:29 AM, Tom Götz t...@decoded.de wrote: Hi there, I have an application that