It’s a naming thingy.

PersistentView is our concrete implementation of "something that reads events 
given a persistenceId”.
Current discussions involve making PersistentView more usable and powerful, as 
the current impl does not cover many use cases.

Projections in general are simply “the read side”. Could be a persistent view, 
or anything else that given some events projects the data onto some other value 
like the average for example (think “projection” as in maths).

Read up on DDD concepts, it should help you follow these discussions:
* 
http://www.amazon.co.uk/Domain-driven-Design-Tackling-Complexity-Software/dp/0321125215/ref=sr_1_2?ie=UTF8&qid=1408523383&sr=8-2&keywords=dddhttp://www.amazon.co.uk/Implementing-Domain-Driven-Design-Vaughn-Vernon/dp/0321834577/ref=sr_1_1?ie=UTF8&qid=1408523383&sr=8-1&keywords=dddhttp://msdn.microsoft.com/en-us/library/jj554200.aspx

Cheers.

-- 
Konrad 'ktoso' Malawski
hAkker @ typesafe
http://akka.io

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to