回答編集履歴

1

patterns

2016/11/22 09:50

投稿

matobaa
matobaa

スコア2493

test CHANGED
@@ -1,3 +1,7 @@
1
+ # Java界隈だと
2
+
3
+
4
+
1
5
  Java言語仕様界隈は、ほかの方の回答のとおり、ここ。
2
6
 
3
7
  [http://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.9](http://docs.oracle.com/javase/specs/jls/se8/html/jls-3.html#jls-3.9)
@@ -19,3 +23,23 @@
19
23
  ここに載ってないとしたら、最後はここ。
20
24
 
21
25
  [https://jcp.org/](https://jcp.org/)
26
+
27
+
28
+
29
+ ## 設計あたりだと
30
+
31
+ GoFのデザインパターンとか
32
+
33
+ [https://en.wikipedia.org/wiki/Software_design_pattern](https://en.wikipedia.org/wiki/Software_design_pattern)
34
+
35
+
36
+
37
+ J2EE Patterns
38
+
39
+ [http://www.corej2eepatterns.com/](http://www.corej2eepatterns.com/)
40
+
41
+
42
+
43
+ Enterprise Integration patterns
44
+
45
+ [http://www.enterpriseintegrationpatterns.com/](http://www.enterpriseintegrationpatterns.com/)