Add references to J2EE Design Patterns book

This commit is contained in:
Ilkka Seppälä
2020-07-07 20:05:35 +03:00
parent 4beb53b8b8
commit 2212690468
7 changed files with 10 additions and 0 deletions

View File

@ -32,3 +32,4 @@ Use the Value Object when
* [Patterns of Enterprise Application Architecture](http://www.martinfowler.com/books/eaa.html)
* [VALJOs - Value Java Objects : Stephen Colebourne's blog](http://blog.joda.org/2014/03/valjos-value-java-objects.html)
* [Value Object : Wikipedia](https://en.wikipedia.org/wiki/Value_object)
* [J2EE Design Patterns](https://www.amazon.com/gp/product/0596004273/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=0596004273&linkCode=as2&tag=javadesignpat-20&linkId=f27d2644fbe5026ea448791a8ad09c94)