Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2a2edf

Browse files
update resources
1 parent c53e59f commit e2a2edf

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

collections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@ The deficiencies of Iterable.forEach():
129129
###### Relative links:
130130
- https://www.baeldung.com/java-spliterator
131131
- https://www.geeksforgeeks.org/java-util-interface-spliterator-java8/
132+
- https://blog.rapid7.com/2015/10/28/java-8-introduction-to-parallelism-and-spliterator/
132133

133134
[Home Page](README.md)

ddd.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
- http://gorodinski.com/blog/2012/05/19/validation-in-domain-driven-design-ddd/
6767
- https://enterprisecraftsmanship.com/posts/always-valid-vs-not-always-valid-domain-model/
6868
- https://enterprisecraftsmanship.com/posts/validation-and-ddd/
69+
- https://danielwhittaker.me/2016/04/20/how-to-validate-commands-in-a-cqrs-application/
70+
- https://enterprisecraftsmanship.com/posts/validate-commands-cqrs/
71+
- http://www.kamilgrzybek.com/design/domain-model-validation/
72+
- http://www.kamilgrzybek.com/design/rest-api-data-validation/
6973

7074
## What is the best practice for Value Object?
7175
###### Relative links:

transaction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ A **transaction** is a sequence of operations performed (using one or more SQL s
2121
- ***Durable:*** When the transaction is completed, effects of the modifications performed by the transaction must be permanent in the system.
2222
###### Relative links:
2323
- https://www.w3resource.com/sql/controlling-transactions.php
24-
+ https://github.com/enhorse/java-interview/blob/master/db.md#%D0%BD%D0%B0%D0%B7%D0%BE%D0%B2%D0%B8%D1%82%D0%B5-%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BD%D1%8B%D0%B5-%D1%81%D0%B2%D0%BE%D0%B9%D1%81%D1%82%D0%B2%D0%B0-%D1%82%D1%80%D0%B0%D0%BD%D0%B7%D0%B0%D0%BA%D1%86%D0%B8%D0%B8
25-
+ https://habr.com/ru/post/446662/
24+
- https://github.com/enhorse/java-interview/blob/master/db.md#%D0%BD%D0%B0%D0%B7%D0%BE%D0%B2%D0%B8%D1%82%D0%B5-%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%BD%D1%8B%D0%B5-%D1%81%D0%B2%D0%BE%D0%B9%D1%81%D1%82%D0%B2%D0%B0-%D1%82%D1%80%D0%B0%D0%BD%D0%B7%D0%B0%D0%BA%D1%86%D0%B8%D0%B8
25+
- https://habr.com/ru/post/446662/
26+
- https://vladmihalcea.com/a-beginners-guide-to-acid-and-database-transactions/
2627

2728
## What is a distributed transaction?
2829
**Distributed transactions** span multiple physical systems, whereas standard transactions do not. Synchronization amongst the systems becomes a need which traditionally would not exist in a standard transaction.

0 commit comments

Comments
 (0)