vard-lokkur.blogspot.com
Warlock's Thoughts: JPA - Should I become a laziness extremist?
http://vard-lokkur.blogspot.com/2013/04/jpa-should-i-become-laziness-extremist.html
Saturday, April 27, 2013. JPA - Should I become a laziness extremist? When you spoke with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance, unpredictable behavior of JPA Providers, etc. Usually at some point of the conversation you will hear: "Let's drop this technology at all, we've seen something much better on the conference last month. We will use it in our projects instead of JPA and develop them happily ever after.". Select [.] fr...
jensrantil.github.io
Jens Rantil's Hideout
http://jensrantil.github.io/index2.html
Swedish/English, fullstack software engineer ( @Tink. MSc in Engineering Mathematics. Traveller, nerd, juggler, guitarist, african drum player. Inspired Swede. Sön 18 Augusti 2013. Another way of doing cookieless cookies. Mån 17 Juni 2013. Privacy seem to be a popular discussion these days. While I do think it's a very very important topic to discuss, I sometimes feel there's not enough people who stand up and argue for cases when there's a reason to store data. Let me give you an . Tis 28 Maj 2013.
codinginstinct.com
Coding Instinct: April 2011
http://www.codinginstinct.com/2011_04_01_archive.html
We are survival machines - robot vehicles blindly programmed to preserve the selfish molecules known as genes" - Richard Dawkins. Queries and Aggregates and DDD. What i like about command query segregation is that it allows you to clearly distinguish between operations that modify states (via persisting aggregates) and queries that only read. Reads require very little business logic or behavior so why do many system still handle reads the same way (architecturally speaking) as writes? If you read a whole...
eduardodotnet.blogspot.com
Eduardo Silva: Março 2011
http://eduardodotnet.blogspot.com/2011_03_01_archive.html
Sexta-feira, 25 de março de 2011. A Abstração da Abstração. Eu acho engraçado como somos condicionados a tentar encapsular tudo o que é externo a nossa aplicação em nossas próprias classes. Muitas vezes baixamos um framework para um determinado trabalho e o encapusalmos por inúmeros motivos, para tornar o código um pouco mais aderente com que a funcionalidade se propõe a fazer, para facilitar uma determinada operação do framework que estamos utilizando, e por ai vai. Fica ai a bandeira levantada. Não sei...
aktivecortex.org
Aktive Cortex - Solutions
http://www.aktivecortex.org/solution
Aktive Cortex is a framework designed to deliver scalable, high-performance Enterprise solutions. Aktive Cortex extends Axon Framework to provide a JMS based asynchronous and distributed CQRS implementation ready to boost your next application. Aktive Cortex enables rapid start-up and agile project development, facilitates 3rd party system integration and preserves the team from common mistakes. Aktive Cortex is distinguished by:. Totally asynchronous command and event execution;. CQRS: Command-Query Res...
aktivecortex.org
Aktive Cortex - Services
http://www.aktivecortex.org/services
Is focused on designing and implementing complex solutions for. Adopting Best of Breed platforms and relying on. Infrastructure to enable the sharing, management, research, collection and use of sophisticated information content. Services. Aktive Reply. Enterprise 2.0 solutions. Declining the principles of. In the enterprise, taking the user experience to a new level of effectiveness. Contact our Enterprise Sales Team for more information. Can arrange for you intensive short training courses for IT profe...
martinfowler.com
CQRS
http://martinfowler.com/bliki/CQRS.html
Middot; application architecture. Middot; API design. CQRS stands for Command Query Responsibility Segregation. It's a pattern that I first heard described by Greg Young. At its heart is the notion that you can use a different model to update information than the model you use to read information. For some situations, this separation can be valuable, but beware that for most systems CQRS adds risky complexity. Reate new records, r. Ead records, u. Pdate existing records, and d. The rationale is that for ...
vard-lokkur.blogspot.com
Warlock's Thoughts: April 2013
http://vard-lokkur.blogspot.com/2013_04_01_archive.html
Saturday, April 27, 2013. JPA - Should I become a laziness extremist? When you spoke with the Developers about mapping objects to relational databases, they very often complain about poor JPA performance, unpredictable behavior of JPA Providers, etc. Usually at some point of the conversation you will hear: "Let's drop this technology at all, we've seen something much better on the conference last month. We will use it in our projects instead of JPA and develop them happily ever after.". Select [.] fr...